Skip to content

Commit

Permalink
s/account/engineer
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrnull committed Mar 25, 2024
1 parent 893bd87 commit 3e58bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/t5gweb/libtelco5g.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def generate_histogram_stats(account=None, engineer=None):
cards = {c: d for (c, d) in cards.items() if d["account"] == account}

if engineer is not None:
logging.warning(f"filtering cards for {account}")
logging.warning(f"filtering cards for {engineer}")
cards = {
c: d for (c, d) in cards.items() if d["assignee"]["displayName"] == engineer
}
Expand Down

0 comments on commit 3e58bd9

Please sign in to comment.