newlines.

This commit is contained in:
Ghommie
2019-06-13 22:54:41 +02:00
parent 27b7010181
commit 84bb5d90ce
2 changed files with 2 additions and 2 deletions

View File

@@ -217,4 +217,4 @@ if len(del_after):
for fileName in del_after:
if os.path.isfile(fileName):
print(' Deleting {0} (delete-after set)...'.format(fileName))
os.remove(fileName)
os.remove(fileName)