We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa77ac commit 010ef0bCopy full SHA for 010ef0b
tasks/build.py
@@ -1279,7 +1279,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
1279
# Pattern with accelerator matched, append to status_table
1280
log(f"{fn}(): found build for architecture: {for_arch_match.group('for_arch')}, "
1281
f"with accelerator {for_arch_match.group('accelerator')}")
1282
- for_arch = "`{for_arch_match.group('for_arch')}`, `{for_arch_match.group('accelerator')}`"
+ for_arch = f"`{for_arch_match.group('for_arch')}`, `{for_arch_match.group('accelerator')}`"
1283
else:
1284
# Pattern with accelerator did not match, retry without accelerator
1285
for_arch_re = template_to_regex(for_arch_fmt)
0 commit comments