From 36eabdfa3a0aa2986254d72c4564a0d7314fdef0 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Fri, 3 Dec 2021 17:19:35 +0000 Subject: [PATCH] Fixed linting. --- nomad/app/flask/api/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/app/flask/api/repo.py b/nomad/app/flask/api/repo.py index c267443c10..1de6b91ebb 100644 --- a/nomad/app/flask/api/repo.py +++ b/nomad/app/flask/api/repo.py @@ -517,7 +517,7 @@ def edit(parsed_query: Dict[str, Any], mongo_update: Dict[str, Any] = None, re_i except Exception as e: common.logger.error( - 'edit repo could not create index doc', + 'edit repo could not create index doc', upload_id=upload_id, calc_id=calc.calc_id, exc_info=e) for upload_files in upload_files_cache.values(): -- GitLab