Skip to content

Commit

Permalink
fix flake8 test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Feb 23, 2024
1 parent 7ef1e4b commit 2eb7f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eb7f0a

Please sign in to comment.