Skip to content

Commit

Permalink
refactor: cr调整
Browse files Browse the repository at this point in the history
  • Loading branch information
neronkl committed Nov 13, 2023
1 parent aa7861b commit bfd9e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bk-user/bkuser/apps/tenant/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bfd9e53

Please sign in to comment.