Skip to content
Snippets Groups Projects
Commit 5e3d572a authored by Karim Ahmed's avatar Karim Ahmed
Browse files

pep8

parent 1ea24e4d
No related branches found
No related tags found
1 merge request!230modify slurm name in production through webservice
......@@ -692,8 +692,8 @@ async def server_runner(config, mode):
detector, "DARK", '--priority', priority,
'--slurm-scheduling', str(config[action]['sched-prio']), # noqa
'--slurm-name',
'{}_{}_{}_p{:06d}_r{:04d}'.format(action, instrument,
detector, proposal, runnr)]
'{}_{}_{}_p{:06d}_r{:04d}'.format(action,
instrument, detector, proposal, runnr)]
# Avoid giving a reservation parameter after the
# ITDM changes for giving xcal high priority by default
......
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