diff options
author | San Jacobs | 2020-10-24 02:46:28 +0200 |
---|---|---|
committer | San Jacobs | 2020-10-24 02:46:28 +0200 |
commit | d147f0621dc16d4bc29d48055ab3be220a020013 (patch) | |
tree | ac49e66f30c4b0a3629642e12af693963afc2243 /filmstripper.py | |
parent | 730dee3af5371442b6e1c8299f5087b4b915b650 (diff) | |
download | filmstripper-d147f0621dc16d4bc29d48055ab3be220a020013.tar.gz filmstripper-d147f0621dc16d4bc29d48055ab3be220a020013.tar.bz2 filmstripper-d147f0621dc16d4bc29d48055ab3be220a020013.zip |
Added explanatory comment
Diffstat (limited to 'filmstripper.py')
-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: |