Raise current exception

This commit is contained in:
Ruud
2013-02-02 12:02:54 +01:00
parent c7cd72787f
commit 629bead919
+1 -1
View File
@@ -468,7 +468,7 @@ class Renamer(Plugin):
except:
log.error('Couldn\'t move file "%s" to "%s": %s', (old, dest, traceback.format_exc()))
raise Exception
raise
return True