Skip to content

Commit e40d44e

Browse files
committed
fix: syntax
1 parent d6033cd commit e40d44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@ async def _async_execute_interactive(
565565
continue
566566
output_hook(msg)
567567

568-
state = msg["content"]["execution_state"]
569568
if msg["header"]["msg_type"] == "status":
569+
state = msg["content"]["execution_state"]
570570
# allow to stop
571571
if state == 'busy':
572572
can_stop = True

0 commit comments

Comments
 (0)