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

Update the correct place for adding runs for correct and dark

parent a1119a84
No related branches found
No related tags found
1 merge request!884[Webservice] Use leading zeros in usr/Reports folders
...@@ -1466,7 +1466,7 @@ class ActionsServer: ...@@ -1466,7 +1466,7 @@ class ActionsServer:
partition=partition, partition=partition,
action=action, instrument=instrument, action=action, instrument=instrument,
cycle=cycle, proposal=proposal, cycle=cycle, proposal=proposal,
runs="_".join([f"r{r}" for r in run_nrs]), runs="_".join([f"r{int(r):04d}" for r in run_nrs]),
time_stamp=request_time.strftime('%y%m%d_%H%M%S_%f'), time_stamp=request_time.strftime('%y%m%d_%H%M%S_%f'),
det_instance=karabo_id, det_instance=karabo_id,
request_time=request_time.isoformat(), request_time=request_time.isoformat(),
......
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