Unverified Commit 435abb22 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix counting in Slack report for some jobs (#22913)



fix
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent aab14120
......@@ -655,7 +655,7 @@ class Message:
job_result,
failures,
device,
text=f"Number of failures: {sum(job_result['failed'].values())}",
text=f'Number of failures: {job_result["failed"][device]}',
)
print("Sending the following reply")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment