Skip to content
Snippets Groups Projects
Commit 67473694 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent ec01f29b
No related branches found
No related tags found
2 merge requests!54REL: Release 0.5.0,!48MAINT: make send_mail in crawler static
Pipeline #25958 failed
......@@ -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
......
......@@ -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 "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment