We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3b1fe commit 0f22f7bCopy full SHA for 0f22f7b
src/cookiecutter_python/hooks/post_gen_project.py
@@ -141,7 +141,7 @@ def post_file_removal(request):
141
_remove_irrelevant_top_level_files(request)
142
143
144
-# find top-level folders and delete the ones with name 'PyGen_TO_DELETE' or 'PyGen_TO_DELETE_OBSERVABILITY'
+# remove rendered top-level folders with 'TO_DELETE' in their name
145
TO_DELETE_TEXT: str = 'TO_DELETE'
146
"""Signature text to identify folders that must be deleted after generation."""
147
0 commit comments