Stop renamer on 'exists'

This commit is contained in:
Ruud
2012-06-26 22:21:02 +02:00
parent f45a6f928c
commit f288cbed7a
+1 -1
View File
@@ -310,7 +310,7 @@ class Renamer(Plugin):
for current_file in group['files']['leftover']:
remove_files.append(current_file)
elif not remove_leftovers: # Don't remove anything
remove_files = []
break
# Remove files
for src in remove_files: