diff --git a/classes/Application.py b/classes/Application.py index 46c00e8..5445038 100644 --- a/classes/Application.py +++ b/classes/Application.py @@ -1,6 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Python Project Manager v1.2.0 # +# Python Project Manager v1.2.1 # # # # Copyright 2016, PedroHenriques # # http://www.pedrojhenriques.com # @@ -151,7 +151,6 @@ def executeFile(self) : elif ("o" not in config_flags) : # if the config flag "o" was NOT given, don't create the file if it already exists # check if the file already exists - print(file_path + "\\" + file_name + "." + file_extension+"\n") if (os.path.exists(file_path + "\\" + file_name + "." + file_extension)) : # it does, so bail out print("=> ERROR: The file already exists. Use the flag \"o\" if you want the existing file to be overwritten.") diff --git a/classes/CLI.py b/classes/CLI.py index e1cf498..75c8094 100644 --- a/classes/CLI.py +++ b/classes/CLI.py @@ -1,6 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Python Project Manager v1.2.0 # +# Python Project Manager v1.2.1 # # # # Copyright 2016, PedroHenriques # # http://www.pedrojhenriques.com # diff --git a/classes/__init__.py b/classes/__init__.py index 9202f15..83c18f5 100644 --- a/classes/__init__.py +++ b/classes/__init__.py @@ -1,6 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Python Project Manager v1.2.0 # +# Python Project Manager v1.2.1 # # # # Copyright 2016, PedroHenriques # # http://www.pedrojhenriques.com # diff --git a/main.py b/main.py index 2b591b5..b254d48 100644 --- a/main.py +++ b/main.py @@ -1,6 +1,6 @@ # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -# Python Project Manager v1.2.0 # +# Python Project Manager v1.2.1 # # # # Copyright 2016, PedroHenriques # # http://www.pedrojhenriques.com #