Skip to content

Commit

Permalink
Make a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou committed Sep 26, 2024
1 parent d0ef543 commit e936dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/custom/release_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_release_status():
if not branch:
continue

failed_builds_by_tier = failed_builds_by_branch_and_tier.setdefault(branch, [])
failed_builds_by_tier = failed_builds_by_branch_and_tier.setdefault(branch, {})
failed_builds = failed_builds_by_tier.setdefault(tier, [])

endpoint = ("builders", builder["builderid"], "builds")
Expand Down

0 comments on commit e936dcc

Please sign in to comment.