Skip to content

Commit

Permalink
Update tasks/build.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Röblitz <[email protected]>
  • Loading branch information
laraPPr and trz42 authored Feb 13, 2024
1 parent f0157a9 commit 0dc3650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def request_bot_build_issue_comments(repo_name, pr_number):
first_line = comment['body'].split('\n')[0]
arch_map = get_architecture_targets(cfg)
for arch in arch_map.keys():
target_arch = '/'.join(arch.split('/')[-1:])
target_arch = '/'.join(arch.split('/')[-1])
if target_arch in first_line:
status_table['arch'].append(target_arch)

Expand Down

0 comments on commit 0dc3650

Please sign in to comment.