Skip to content

Commit

Permalink
chore: fix nit
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Silvela <[email protected]>
  • Loading branch information
jsilvela committed May 30, 2024
1 parent ba10a7b commit 8ddbba8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions summarize_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,8 +610,7 @@ def compute_thermometer_on_metric(summary, metric, embed=True):
and a color coding based on said percentage
"""

output = ""
output += f"{metric_name(metric)} thermometer:\n\n"
output = f"{metric_name(metric)} thermometer:\n\n"
for bucket_hits in summary[metric]["failed"].items():
bucket = bucket_hits[0] # the items() call returns (bucket, hits) pairs
failures = summary[metric]["failed"][bucket]
Expand Down

0 comments on commit 8ddbba8

Please sign in to comment.