Skip to content

Commit

Permalink
feat: 本地目录导入excel支持选择更新-review调整 TencentBlueKing#728
Browse files Browse the repository at this point in the history
  • Loading branch information
Canway-shiisa committed Dec 5, 2022
1 parent d9cac1e commit 3099d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/api/bkuser_core/categories/plugins/local/syncer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3099d0d

Please sign in to comment.