fix control+c during -j and range tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user