cptemplate,error.py: Add handling for when target file already exists

This commit is contained in:
Eric Torres
2020-10-24 17:49:19 -07:00
parent 48ca334377
commit b2925bfd23
2 changed files with 8 additions and 4 deletions

View File

@ -12,6 +12,7 @@ E_NOFILESELECTED = 2
E_NOEDITORFOUND = 3
E_NO_RESULTS = 4
E_USER_RESPONSE_NO = 5
E_FILE_EXISTS = 6
# ----- Messages -----
NO_FILE_SELECTED_MESSAGE = "No file was selected."