found typo : cleanfilenames.py

This commit is contained in:
Wolfgang Nowak 2024-10-25 18:27:24 +02:00
parent 80dfc4b807
commit 23336508ad

View file

@ -34,6 +34,7 @@ if os.path.isdir(dirname):
count += 1
else:
print("Not overwriting existing file: ", newfilename)
# Not a directory - exit and say someting nasty
else:
sys.exit(sys.argv[0] + errortxt)