From 674736945c328e66084a5852a3ee270862b13069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com> Date: Fri, 15 Jul 2022 11:58:01 +0200 Subject: [PATCH] up --- .gitlab-ci.yml | 1 + src/caosadvancedtools/crawler.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ebbefaa..8070a332 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ test: - cd .docker - /bin/sh ./run.sh - cd .. + - docker container ls - docker logs docker_caosdb-server_1 &> caosdb_log.txt - docker logs docker_sqldb_1 &> mariadb_log.txt - docker-compose -f .docker/docker-compose.yml down diff --git a/src/caosadvancedtools/crawler.py b/src/caosadvancedtools/crawler.py index c06c5b07..e598e514 100644 --- a/src/caosadvancedtools/crawler.py +++ b/src/caosadvancedtools/crawler.py @@ -441,8 +441,7 @@ ____________________\n""".format(i+1, len(pending_changes)) + str(el[3])) logger.info("There where unauthorized changes (see above). An " "email was sent to the curator.\n" "You can authorize the updates by invoking the crawler" - " with the run id: {rid}\n".format(rid=self.run_id, - path=path)) + " with the run id: {rid}\n".format(rid=self.run_id)) if len(DataModelProblems.missing) > 0: err_msg = ("There were problems with one or more RecordType or " -- GitLab