Skip to content

Commit 0f22f7b

Browse files
committed
chore: code style
1 parent ce3b1fe commit 0f22f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookiecutter_python/hooks/post_gen_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def post_file_removal(request):
141141
_remove_irrelevant_top_level_files(request)
142142

143143

144-
# find top-level folders and delete the ones with name 'PyGen_TO_DELETE' or 'PyGen_TO_DELETE_OBSERVABILITY'
144+
# remove rendered top-level folders with 'TO_DELETE' in their name
145145
TO_DELETE_TEXT: str = 'TO_DELETE'
146146
"""Signature text to identify folders that must be deleted after generation."""
147147

0 commit comments

Comments
 (0)