From 629bead919dc9e4138ac0ba2e2833efcebdc841f Mon Sep 17 00:00:00 2001 From: Ruud Date: Sat, 2 Feb 2013 12:02:54 +0100 Subject: [PATCH] Raise current exception --- couchpotato/core/plugins/renamer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/renamer/main.py b/couchpotato/core/plugins/renamer/main.py index 91dfb33..62358dd 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -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