Skip to content
Snippets Groups Projects
Commit 73855b0b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: Use correct pylint statement

parent 3e96563f
No related branches found
No related tags found
2 merge requests!162DOC WIP: Tutorial: Single structured file,!161F pylint
Pipeline #48447 passed with warnings
...@@ -1600,7 +1600,7 @@ def crawler_main(crawled_directory_path: str, ...@@ -1600,7 +1600,7 @@ def crawler_main(crawled_directory_path: str,
if "SHARED_DIR" in os.environ: if "SHARED_DIR" in os.environ:
domain = get_config_setting("public_host_url") domain = get_config_setting("public_host_url")
# pylint: disable-next=used-before-assignment # pylint: disable-next=E0601
logger.error("Unexpected Error: Please tell your administrator about this and provide the" 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") _update_status_record(crawler.run_id, 0, 0, status="FAILED")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment