From 2106128afc726e392c36fa91ca6b6bd7b46ccb2e Mon Sep 17 00:00:00 2001 From: Cyril Danilevski <cyril.danilevski@xfel.eu> Date: Wed, 10 Feb 2021 15:20:05 +0100 Subject: [PATCH] [Dark Request]Fix karabo da typing --- webservice/webservice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webservice/webservice.py b/webservice/webservice.py index 1e73f38a3..92053ecda 100644 --- a/webservice/webservice.py +++ b/webservice/webservice.py @@ -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) -- GitLab