From aba1b3aca904912e1dcf85786e0e809fcc38256f Mon Sep 17 00:00:00 2001 From: "Nikita P. Shupeyko" Date: Tue, 6 Mar 2018 16:43:44 +0300 Subject: [PATCH] Leave a TODO in post_gen_hook.py --- hooks/post_gen_project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():