Skip to content
Snippets Groups Projects
Commit ae19babe authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

catch all exceptions

parent 7421d8e6
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class WfBrainscales2Demos(Package):
try:
# execute notebook and save
jupyter(*args, output=str.split, error=str.split)
except ProcessError as e:
except Exception as e:
# if the notebook execution fails, re-run notebook to produce output with error
# in case of a cell timeout, don't re-run
if "CellTimeoutError" not in e:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment