From 3099d0de9873140b4516fef532254f3ada3a2f4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E4=BD=A9=E7=8F=8A=5Bshiisa=5D?= Date: Mon, 5 Dec 2022 16:12:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E5=9C=B0=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=AF=BC=E5=85=A5excel=E6=94=AF=E6=8C=81=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E6=9B=B4=E6=96=B0-review=E8=B0=83=E6=95=B4=20#728?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/bkuser_core/categories/plugins/local/syncer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/bkuser_core/categories/plugins/local/syncer.py b/src/api/bkuser_core/categories/plugins/local/syncer.py index 5eb4970cb..fae5042ca 100644 --- a/src/api/bkuser_core/categories/plugins/local/syncer.py +++ b/src/api/bkuser_core/categories/plugins/local/syncer.py @@ -177,6 +177,8 @@ def _judge_data_all_none(raw_data: list) -> bool: def _sync_users(self, parser_set: "ParserSet", users: list, is_overwrite: bool = False): """在内存中操作&判断数据,bulk 插入""" + # pylint: disable=W,R,C + # TODO:复杂度异常处理 logger.info("=========== trying to load profiles into memory ===========") # to record failed records