Corrected errors
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@ for run in runs:
|
||||
# If we are here, success !
|
||||
success = True
|
||||
run_succeded[run].append(i)
|
||||
except (ValueError, IOError) as e:
|
||||
except (ValueError, IOError, KeyError) as e:
|
||||
print(e)
|
||||
if args.watch and failures < args.allowed_failures:
|
||||
failures = failures + 1
|
||||
|
||||
Reference in New Issue
Block a user