Private GIT

Skip to content
Snippets Groups Projects
Commit 629bead9 authored by Ruud's avatar Ruud
Browse files

Raise current exception

parent c7cd7278
Branches
No related tags found
No related merge requests found
...@@ -468,7 +468,7 @@ class Renamer(Plugin): ...@@ -468,7 +468,7 @@ class Renamer(Plugin):
except: except:
log.error('Couldn\'t move file "%s" to "%s": %s', (old, dest, traceback.format_exc())) log.error('Couldn\'t move file "%s" to "%s": %s', (old, dest, traceback.format_exc()))
raise Exception raise
return True return True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment