Skip to content
Snippets Groups Projects
Commit 2106128a authored by Cyril Danilevski's avatar Cyril Danilevski :scooter:
Browse files

[Dark Request]Fix karabo da typing

parent 507adb34
No related branches found
No related tags found
No related merge requests found
......@@ -749,7 +749,7 @@ async def server_runner(config, mode):
proposal = "{:06d}".format(int(proposal))
logging.info(f'{action} of {proposal} run {wait_runs} at '
'{instrument} is requested. Checking files.')
f'{instrument} is requested. Checking files.')
# Read calibration configuration from yaml
conf_file = Path(config['config-repo']['local-path'],
......@@ -947,7 +947,7 @@ async def server_runner(config, mode):
thisconf['in-folder'] = in_folder
thisconf['out-folder'] = out_folder
thisconf['karabo-id'] = karabo_id
thisconf['karabo-da'] = ','.join(karabo_das)
thisconf['karabo-da'] = karabo_das
thisconf['operation-mode'] = operation_mode
thisconf.update(runs_dict)
......
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