Skip to content
Snippets Groups Projects
Commit ab8e34b5 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Add dot to execute bash script

parent 75e95b57
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