Skip to content

Commit 63e7c42

Browse files
Carreaukrassowski
andauthored
Apply suggestions from code review
Co-authored-by: Michał Krassowski <[email protected]>
1 parent 1dd400a commit 63e7c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/gateway/managers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ async def get_msg(self, *args: Any, **kwargs: Any) -> dict[str, Any]:
632632
timeout = kwargs.get("timeout", 1)
633633
msg = await self._async_get(timeout=timeout)
634634
self.log.debug(
635-
"Received message on channel: {}, msg_id: {}, msg_type: {}",
635+
"Received message on channel: %s, msg_id: %s, msg_type: %s",
636636
self.channel_name,
637637
msg["msg_id"],
638638
msg["msg_type"] if msg else "null",

0 commit comments

Comments
 (0)