aboutsummaryrefslogtreecommitdiff
path: root/filmstripper.py
diff options
context:
space:
mode:
Diffstat (limited to 'filmstripper.py')
-rw-r--r--filmstripper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filmstripper.py b/filmstripper.py
index 76db78e..1b2d2c8 100644
--- a/filmstripper.py
+++ b/filmstripper.py
@@ -36,7 +36,7 @@ except:
broke = True
if path.isfile(outputFile):
- print("Output file already exists. What would you like to do? Overwrite, Cancel or Unique?")
+ print("WARNING: Output file already exists. What would you like to do? Overwrite, Cancel or Unique?")
answer = input("[O/C/U]: ")
if answer == "O" or answer == "o":
None