Skip to content
Snippets Groups Projects
Commit 06f3c810 authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Merge branch 'on-error-give-up' into 'master'

Stop execution on notebook errors

See merge request detectors/pycalibration!510
parents 7acf1828 b4049d62
No related branches found
No related tags found
1 merge request!510Stop execution on notebook errors
......@@ -46,7 +46,7 @@ fi
echo "Running notebook"
${python_path} -m princess ${nb_path} --save --on-error-resume-next
${python_path} -m princess ${nb_path} --save
${cal_python_path} -m nbconvert --to rst --TemplateExporter.exclude_input=True ${nb_path}
# stop the cluster if requested
......
......@@ -106,7 +106,7 @@ setup(
"numpy==1.20.3",
"pasha==0.1.0",
"prettytable==0.7.2",
"princess==0.2",
"princess==0.3",
"pypandoc==1.4",
"python-dateutil==2.8.1",
"pyyaml==5.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment