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 9a4317c commit 4167081Copy full SHA for 4167081
hooks/post_gen_project.py
@@ -18,7 +18,6 @@ def remove_main_if_lib():
18
main_file_path = os.path.join('{{ cookiecutter.repo_name }}', '__main__.py')
19
if not (is_lib == "y" or is_lib == "Y"):
20
os.remove(main_file_path)
21
- print(main_file_path)
22
23
SUCCESS = "\x1b[1;32m"
24
INFO = "\x1b[1;33m"
0 commit comments