diff --git a/reportservice/report_conf.yaml b/reportservice/report_conf.yaml index 8c4570a8c97b27a640b3fb3e0dfe5f08d7a2db23..2fc336768a8131196c7da0fc17d2060314d05600 100644 --- a/reportservice/report_conf.yaml +++ b/reportservice/report_conf.yaml @@ -1,6 +1,5 @@ GLOBAL: git: - figures-local: "/gpfs/exfel/data/scratch/xcal/calibration/DetectorCharacterization/figures" repo-local: "/gpfs/exfel/data/scratch/xcal/calibration/DetectorCharacterization/" figures-remote: "http://git@git.xfel.eu/gitlab/detectors/DetectorCharacterization.git" server-port: "tcp://max-exfl016:5566" diff --git a/reportservice/report_service.py b/reportservice/report_service.py index 0dc47360b48801952aa88b7649331702e9a9bef4..6291625f920afccf8b5a16f6a12c386266c63665 100644 --- a/reportservice/report_service.py +++ b/reportservice/report_service.py @@ -199,7 +199,7 @@ async def server_runner(conf_file): logging.error(Errors.REQUEST_MALFORMED.format(response)) continue - logging.info('Requested Configuration: {}'.format(req_cfg)) + logging.info('Requested Configuration: {}'.format(req_cfg)) async def do_action(cfg):