fix control+c during -j and range tests

This commit is contained in:
Mike Fährmann
2018-11-25 18:54:05 +01:00
parent a0ae156edc
commit fb53b5dd55
3 changed files with 2 additions and 2 deletions

View File

@@ -542,8 +542,6 @@ class DataJob(Job):
pass
except Exception as exc:
self.data.append((exc.__class__.__name__, str(exc)))
except KeyboardInterrupt:
raise
except BaseException:
pass