diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ebbefaa39650ddaff45b856a8a4d44a2ac495d1..8070a332bf36d140dda1f657ce2f0cd40cd33590 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 c06c5b070e37102c5450a4007874e53d37b9f2ef..e598e514b46d979e9e90920ebd41a799613f3503 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 "