Corrected errors

This commit is contained in:
Noe Brucy
2019-06-14 14:14:02 +02:00
parent 84fcf81dfc
commit 3afc117e2a
2 changed files with 166 additions and 165 deletions
+1 -1
View File
@@ -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