diff --git a/src/bk-user/bkuser/apps/tenant/notifier.py b/src/bk-user/bkuser/apps/tenant/notifier.py index 18fec7450..1064149e4 100644 --- a/src/bk-user/bkuser/apps/tenant/notifier.py +++ b/src/bk-user/bkuser/apps/tenant/notifier.py @@ -96,7 +96,7 @@ def send(self, users: List[TenantUser]) -> None: for u in users: try: self._send_notifications(u) - # TODO 细化异常处理 + # TODO 细化异常处理 except Exception: # noqa: PERF203 logger.exception( "send notification failed, tenant: %s, scene: %s, tenant_user: %s",