Merge branch 'refs/heads/develop' into desktop
This commit is contained in:
@@ -45,7 +45,7 @@ class Renamer(Plugin):
|
||||
return
|
||||
|
||||
if self.renaming_started is True:
|
||||
log.error('Renamer is disabled to avoid infinite looping of the same error.')
|
||||
log.info('Renamer is disabled to avoid infinite looping of the same error.')
|
||||
return
|
||||
|
||||
# Check to see if the "to" folder is inside the "from" folder.
|
||||
@@ -322,8 +322,6 @@ class Renamer(Plugin):
|
||||
elif not remove_leftovers: # Don't remove anything
|
||||
remove_files = []
|
||||
|
||||
continue
|
||||
|
||||
# Rename all files marked
|
||||
group['renamed_files'] = []
|
||||
for src in rename_files:
|
||||
|
||||
Reference in New Issue
Block a user