Browse Source

Except value error

pull/3341/head
Ruud 11 years ago
parent
commit
fb9080c18a
  1. 2
      couchpotato/runner.py

2
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

Loading…
Cancel
Save