Skip to content

Commit 77f67b4

Browse files
committed
Working
1 parent 3c96ba2 commit 77f67b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ipykernel/kernelbase.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ async def dispatch_shell(self, msg):
384384
self.log.debug(" Content: %s\n --->\n ", msg["content"])
385385

386386
if not self.should_handle(self.shell_stream, msg, idents):
387+
self._publish_status("idle", "shell")
387388
return
388389

389390
handler = self.shell_handlers.get(msg_type, None)

0 commit comments

Comments
 (0)