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