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

Update calibrate.py

parent 45592b58
No related branches found
No related tags found
1 merge request!80Propagate backlog of xfel_calibrate related changes from production system as of 06/2019
...@@ -443,7 +443,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None, ...@@ -443,7 +443,7 @@ def concurrent_run(temp_path, nb, nbname, args, cparm=None, cval=None,
else: else:
this_res = reservation if priority == 1 else reservation_char this_res = reservation if priority == 1 else reservation_char
srun_base = launcher_command.format( srun_base = launcher_command.format(
temp_path=temp_path) + " --reservation={}".format(reservation) temp_path=temp_path) + " --reservation={}".format(this_res)
srun_base = srun_base.split() srun_base = srun_base.split()
print(" ".join(srun_base)) print(" ".join(srun_base))
else: else:
......
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