We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efdc3e commit 9aa77acCopy full SHA for 9aa77ac
tasks/build.py
@@ -1237,7 +1237,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
1237
log(f"{fn}(): found bot build response in issue, processing...")
1238
1239
# First, extract the repo_id
1240
- log(f"{fn}(): found build for repository: {instance_repo_match.group('repo_id')}")i
+ log(f"{fn}(): found build for repository: {instance_repo_match.group('repo_id')}")
1241
repo_id = instance_repo_match.group('repo_id')
1242
1243
# Then, try to match the architecture we build on.
0 commit comments