Skip to content

Commit f9ab950

Browse files
committed
ignore missing cov
1 parent ece6156 commit f9ab950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/reactpy/reactpy/core/serve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ async def _single_outgoing_loop(
5353
update = await layout.render()
5454
try:
5555
await send(update)
56-
except Exception:
56+
except Exception: # nocov
5757
if not REACTPY_DEBUG_MODE.current:
5858
msg = (
5959
"Failed to send update. More info may be available "

0 commit comments

Comments
 (0)