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

Fix passing cal_work_dir to finalize script

parent da96b47c
No related branches found
No related tags found
1 merge request!722Pre-place directory at 'archive' location
......@@ -806,7 +806,7 @@ def run(argv=None):
))
errors = False
fmt_args = {'run_path': cal_work_dir,
fmt_args = {'cal_work_dir': cal_work_dir,
'out_path': out_path,
'version': version,
'title': title,
......
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