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

Don't pass --priority from webservice to xfel-calibrate

parent 4e93002d
No related branches found
No related tags found
1 merge request!590Remove unused code to automatically select Slurm reservation
......@@ -838,8 +838,8 @@ class ActionsServer:
:param instrument: is the instrument
:param cycle: is the facility cycle
:param proposal: is the proposal id
:param runnr: is the run number in integer form, e.g. without leading
"r"
:param runnr: the run number in integer form, i.e. without leading "r"
:param priority: unused, retained for compatibility
This will trigger a correction process to be launched for that run in
the given cycle and proposal.
......@@ -911,8 +911,6 @@ class ActionsServer:
thisconf["out-folder"] = out_folder
thisconf["karabo-id"] = karabo_id
thisconf["run"] = runnr
if priority:
thisconf["priority"] = str(priority)
detectors[karabo_id] = thisconf
copy_file_set = copy_file_list.difference(corr_file_list)
......
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