Except value error

This commit is contained in:
Ruud
2014-06-22 23:38:51 +02:00
parent 15980471b0
commit fb9080c18a

View File

@@ -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