diff --git a/src/caoscrawler/crawl.py b/src/caoscrawler/crawl.py
index 701b0ff6f921bfc50d72b1bebeddd19c62f188c7..904b6f8ce82a27717e05da26f4447a569cedf406 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