From b22021e7f05b0fc84ae642aaef63636ec7202fad Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 1 Sep 2013 00:43:53 +0200 Subject: [PATCH] Try next log remove, don't stop --- couchpotato/core/plugins/log/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/log/main.py b/couchpotato/core/plugins/log/main.py index ee88b8d4..18a78b97 100644 --- a/couchpotato/core/plugins/log/main.py +++ b/couchpotato/core/plugins/log/main.py @@ -120,7 +120,7 @@ class Logging(Plugin): path = '%s%s' % (Env.get('log_path'), '.%s' % x if x > 0 else '') if not os.path.isfile(path): - break + continue try: