We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9578fee commit bb7011cCopy full SHA for bb7011c
src/tailwind/management/commands/tailwind.py
@@ -78,7 +78,6 @@ def handle_init_command(self, **options):
78
except ImportError:
79
self.stdout.write("Cookiecutter is not found, installing...")
80
try:
81
- raise ModuleNotFoundError
82
install_pip_package("cookiecutter")
83
from cookiecutter.main import cookiecutter
84
except ModuleNotFoundError:
0 commit comments