Fix notification_service.py (#27903)
* fix * fix --------- Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -634,6 +634,9 @@ class Message:
|
|||||||
]
|
]
|
||||||
|
|
||||||
def get_new_model_failure_blocks(self, with_header=True):
|
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])
|
sorted_dict = sorted(self.model_results.items(), key=lambda t: t[0])
|
||||||
|
|
||||||
prev_model_results = {}
|
prev_model_results = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user