From 006ee9039adf11fec7ed5aa9a45e8001bedcc7ed Mon Sep 17 00:00:00 2001 From: Karim Ahmed <karim.ahmed@xfel.eu> Date: Mon, 2 Sep 2019 13:04:56 +0200 Subject: [PATCH] remove figures-local from conf --- reportservice/report_conf.yaml | 1 - reportservice/report_service.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/reportservice/report_conf.yaml b/reportservice/report_conf.yaml index 8c4570a8c..2fc336768 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 0dc47360b..6291625f9 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): -- GitLab