From fb9080c18a17b3554de29c8cc9eee34b8c34b7bc Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 22 Jun 2014 23:38:51 +0200 Subject: [PATCH] Except value error --- couchpotato/runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/couchpotato/runner.py b/couchpotato/runner.py index b2b918a..8e872b1 100644 --- a/couchpotato/runner.py +++ b/couchpotato/runner.py @@ -314,6 +314,8 @@ def runCouchPotato(options, base_path, args, data_dir = None, log_dir = None, En continue else: return + except ValueError: + return except: pass