From f288cbed7a79c1fcf900a2b7cda881366ac4bc20 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 26 Jun 2012 22:21:02 +0200 Subject: [PATCH] Stop renamer on 'exists' --- 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 e4feb9b..fb2a768 100644 --- a/couchpotato/core/plugins/renamer/main.py +++ b/couchpotato/core/plugins/renamer/main.py @@ -310,7 +310,7 @@ class Renamer(Plugin): for current_file in group['files']['leftover']: remove_files.append(current_file) elif not remove_leftovers: # Don't remove anything - remove_files = [] + break # Remove files for src in remove_files: