diff options
-rw-r--r-- | filmstripper.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filmstripper.py b/filmstripper.py index bdba952..070ec0d 100644 --- a/filmstripper.py +++ b/filmstripper.py @@ -28,6 +28,7 @@ else: input_folder = "input/" output_file = "output/output.png" +# Solving any possible filename conflicts to avoid accidental overwrites if path.isfile(output_file): name_conflict = True while name_conflict: |