From 79941c61ce754ac2b0e5c74f25c08af4afaef6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Hadnagy?= Date: Wed, 16 Jul 2025 12:09:18 +0200 Subject: [PATCH] Fix missing definition of diff_file_url in notification service (#39445) Fix missing definition of diff_file_url --- utils/notification_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/notification_service.py b/utils/notification_service.py index 04beca72c3..5d33389dbc 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -1497,8 +1497,8 @@ if __name__ == "__main__": # Only for AMD at this moment. # TODO: put this into a method + diff_file_url = None if is_amd_daily_ci_workflow: - diff_file_url = None if not (prev_workflow_run_id is None or prev_workflow_run_id == ""): ci_artifacts = get_last_daily_ci_reports( artifact_names=None,