Unverified Commit 79e76559 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix `notification_service.py` (#27903)



* fix

* fix

---------
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 3b720ad9
......@@ -634,6 +634,9 @@ class Message:
]
def get_new_model_failure_blocks(self, with_header=True):
if self.prev_ci_artifacts is None:
return {}
sorted_dict = sorted(self.model_results.items(), key=lambda t: t[0])
prev_model_results = {}
......
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