Skip to content

Commit

Permalink
v1.2.1 -> removed forgotten debug print message.
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHenriques committed Dec 10, 2016
1 parent ce96f7a commit 1510919
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions classes/Application.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# Python Project Manager v1.2.0 #
# Python Project Manager v1.2.1 #
# #
# Copyright 2016, PedroHenriques #
# http://www.pedrojhenriques.com #
Expand Down Expand Up @@ -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.")
Expand Down
2 changes: 1 addition & 1 deletion classes/CLI.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# Python Project Manager v1.2.0 #
# Python Project Manager v1.2.1 #
# #
# Copyright 2016, PedroHenriques #
# http://www.pedrojhenriques.com #
Expand Down
2 changes: 1 addition & 1 deletion classes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# Python Project Manager v1.2.0 #
# Python Project Manager v1.2.1 #
# #
# Copyright 2016, PedroHenriques #
# http://www.pedrojhenriques.com #
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# #
# Python Project Manager v1.2.0 #
# Python Project Manager v1.2.1 #
# #
# Copyright 2016, PedroHenriques #
# http://www.pedrojhenriques.com #
Expand Down

0 comments on commit 1510919

Please sign in to comment.