From c21ec78a061d23b7ef69095cc034d0191aa501f1 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Fri, 22 Mar 2024 11:14:48 +0100 Subject: [PATCH] try --- 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 2da280c7380471..c014ad4b6d40d3 100644 --- a/utils/notification_service.py +++ b/utils/notification_service.py @@ -854,7 +854,7 @@ def prepare_reports(title, header, reports, to_truncate=True): if __name__ == "__main__": ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"] - CI_SLACK_REPORT_CHANNEL_ID = os.environ["ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID"] + CI_SLACK_REPORT_CHANNEL_ID = os.environ[ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID] print(ENV_NAME_FOR_CI_SLACK_REPORT_CHANNEL_ID) print(CI_SLACK_REPORT_CHANNEL_ID[:4])