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

Fix parameter name for finalize script

parent 87d25765
No related branches found
No related tags found
1 merge request!767Store CalCat requests/responses for reproducibility
......@@ -164,7 +164,7 @@ def main(argv=None):
mem=args.slurm_mem,
))
fmt_args = {'run_path': cal_work_dir,
fmt_args = {'cal_work_dir': cal_work_dir,
'out_path': out_folder,
'version': get_pycalib_version(),
'report_to': report_to,
......
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