Skip to content
Snippets Groups Projects
Commit 9e6669d3 authored by Steffen Hauf's avatar Steffen Hauf
Browse files

Fix: add dot to execute bash script

See merge request detectors/pycalibration!66
parents 75e95b57 ab8e34b5
No related branches found
No related tags found
1 merge request!66Fix: add dot to execute bash script
...@@ -429,7 +429,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None, ...@@ -429,7 +429,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
'"{}"'.format(args["detector"].upper()), '"{}"'.format(args["detector"].upper()),
'"{}"'.format(args["type"].upper()), '"{}"'.format(args["type"].upper()),
"FINAL" if final_job else "NONFINAL", "FINAL" if final_job else "NONFINAL",
"{}/finalize.sh".format(os.path.abspath(temp_path)), ". {}/finalize.sh".format(os.path.abspath(temp_path)),
str(cluster_cores)] str(cluster_cores)]
output = check_output(srun_base).decode('utf8') output = check_output(srun_base).decode('utf8')
......
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