We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bd130 commit 8f5f251Copy full SHA for 8f5f251
pydra/engine/job.py
@@ -332,7 +332,7 @@ def run(self, rerun: bool = False):
332
self.audit.monitor()
333
self.task._run(self, rerun)
334
result.outputs = self.task.Outputs._from_job(self)
335
- except Exception:
+ except BaseException:
336
etype, eval, etr = sys.exc_info()
337
traceback = format_exception(etype, eval, etr)
338
record_error(self.cache_dir, error=traceback)
0 commit comments