ruff fixes

This commit is contained in:
Ian Renton
2026-09-18 18:38:35 +01:00
parent 40033d122e
commit 1a1743d11c
18 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -42,5 +42,5 @@ class SSEBroadcaster:
handler.callback(value)
except Exception:
# Connection probably dropped, ignore and de-register the handler to stop getting future items.
logger.debug("Failed to push to an SSE client; dropping it")
logger.debug("Failed to push to an SSE client; dropping it", exc_info=True)
self.unregister(handler)