From 2eb7f0ac3ff72ff127494e2af98682ceba6b4b18 Mon Sep 17 00:00:00 2001 From: Thomas Roeblitz Date: Fri, 23 Feb 2024 21:53:04 +0100 Subject: [PATCH] fix flake8 test issue --- tasks/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/build.py b/tasks/build.py index 8c1a8415..36cc08d1 100644 --- a/tasks/build.py +++ b/tasks/build.py @@ -403,6 +403,7 @@ def download_pr(repo_name, branch_name, pr, arch_job_dir): # need to return four items also in case everything went fine return 'downloading PR succeeded', 'no error while downloading PR', 0, ERROR_NONE + def comment_download_pr(base_repo_name, pr, download_pr_exit_code, download_pr_error, error_stage): """ Handle download_pr() exit code and write helpful comment to PR in case of failure