This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/PythonProjectBootstrapper Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2727import shutil # pylint: disable=unused-import, wrong-import-order
2828import textwrap # pylint: disable=unused-import, wrong-import-order
2929
30- # TODO: find a way to verify this is the filename the post-gen-hook writes to
30+ # This filename should be the same as the filename defined in package/hooks/post_gen_project.py
31+ # Ideally we would be able to assert that these two variables have the same filename, but we encounter errors when importing
32+ # the variable due to how cookiecutter changes the working directory for the post-gen hook
3133prompt_filename : str = "prompt_text.yml"
3234
3335
Original file line number Diff line number Diff line change 1313
1414from dbrownell_Common import PathEx
1515
16+ # This filename should be the same as the filename defined in ../../ProjectGenerationUtils.py
17+ # Ideally we would be able to assert that these two variables have the same filename, but we encounter errors when importing
18+ # the variable due to how cookiecutter changes the working directory for the post-gen hook
1619prompt_filename = "prompt_text.yml"
1720
1821
You can’t perform that action at this time.
0 commit comments