From ad943b7942f33b28e0e8702ca50482dfe0e6b529 Mon Sep 17 00:00:00 2001 From: Administrator <admin@example.com> Date: 星期三, 26 六月 2024 10:31:23 +0800 Subject: [PATCH] 日志添加 --- third_data/kpl_data_manager.py | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/third_data/kpl_data_manager.py b/third_data/kpl_data_manager.py index 98bf038..fc4f5e1 100644 --- a/third_data/kpl_data_manager.py +++ b/third_data/kpl_data_manager.py @@ -174,11 +174,7 @@ @classmethod def get_current_codes_by_block(cls, block): - try: - return cls.__current_reason_codes_dict.get(block) - except Exception as e: - logger_debug.info(f"{cls.__current_reason_codes_dict}") - return set() + return cls.__current_reason_codes_dict.get(block) @classmethod def get_current_reason_codes_dict(cls): -- Gitblit v1.8.0