From 189d2f2d31ddc4b5af73cd3e827e248004fdbbe6 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Tue, 28 Mar 2023 15:16:32 +0200 Subject: [PATCH] STY: autopep8'd --- src/caoscrawler/crawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py index 701b0ff6..904b6f8c 100644 --- a/src/caoscrawler/crawl.py +++ b/src/caoscrawler/crawl.py @@ -1214,7 +1214,7 @@ def crawler_main(crawled_directory_path: str, if "SHARED_DIR" in os.environ: domain = get_config_setting("public_host_url") logger.error("Unexpected Error: Please tell your administrator about this and provide the" - f" following path.\n{domain}/Shared/" + debuglog_public) + f" following path.\n{domain}/Shared/" + debuglog_public) _update_status_record(crawler.run_id, 0, 0, status="FAILED") return 1 -- GitLab