diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py index 76ce3e30a..7557e4987 100644 --- a/hooks/post_gen_project.py +++ b/hooks/post_gen_project.py @@ -22,7 +22,7 @@ try: except NotImplementedError: using_sysrandom = False -PROJECT_DIR_PATH = os.path.realpath(os.path.curdir) +PROJECT_DIR_PATH = os.path.realpath(os.path.curdir) # TODO: ? I doubt even need that def remove_open_source_project_only_files():