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

[Dark Request]Fix karabo da typing

See merge request detectors/pycalibration!419
parents 507adb34 2106128a
No related branches found
No related tags found
1 merge request!419[Dark Request]Fix karabo da typing
...@@ -749,7 +749,7 @@ async def server_runner(config, mode): ...@@ -749,7 +749,7 @@ async def server_runner(config, mode):
proposal = "{:06d}".format(int(proposal)) proposal = "{:06d}".format(int(proposal))
logging.info(f'{action} of {proposal} run {wait_runs} at ' 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 # Read calibration configuration from yaml
conf_file = Path(config['config-repo']['local-path'], conf_file = Path(config['config-repo']['local-path'],
...@@ -947,7 +947,7 @@ async def server_runner(config, mode): ...@@ -947,7 +947,7 @@ async def server_runner(config, mode):
thisconf['in-folder'] = in_folder thisconf['in-folder'] = in_folder
thisconf['out-folder'] = out_folder thisconf['out-folder'] = out_folder
thisconf['karabo-id'] = karabo_id thisconf['karabo-id'] = karabo_id
thisconf['karabo-da'] = ','.join(karabo_das) thisconf['karabo-da'] = karabo_das
thisconf['operation-mode'] = operation_mode thisconf['operation-mode'] = operation_mode
thisconf.update(runs_dict) 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