We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4c045 commit 3e25016Copy full SHA for 3e25016
python/hooks/post_gen_project.py
@@ -20,4 +20,4 @@
20
Path("src/{{ cookiecutter.project_slug }}/config.py").unlink()
21
22
if (not {{ cookiecutter.add_fastapi }}) and (not {{ cookiecutter.add_cli }}):
23
- Path("./src/{{ cookiecutter.project_slug }}/logging.py").unlink()
+ Path("./src/{{ cookiecutter.project_slug }}/utils.py").unlink()
0 commit comments