found typo : cleanfilenames.py
This commit is contained in:
parent
80dfc4b807
commit
23336508ad
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ if os.path.isdir(dirname):
|
||||||
count += 1
|
count += 1
|
||||||
else:
|
else:
|
||||||
print("Not overwriting existing file: ", newfilename)
|
print("Not overwriting existing file: ", newfilename)
|
||||||
|
|
||||||
# Not a directory - exit and say someting nasty
|
# Not a directory - exit and say someting nasty
|
||||||
else:
|
else:
|
||||||
sys.exit(sys.argv[0] + errortxt)
|
sys.exit(sys.argv[0] + errortxt)
|
||||||
|
|
Loading…
Reference in a new issue