Skip to content

Commit 43d008f

Browse files
Fix possibly not defined tracker (#991)
1 parent d044eb5 commit 43d008f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter_client/session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,8 @@ def send(
861861
# use dummy tracker, which will be done immediately
862862
tracker = DONE
863863
stream.send_multipart(to_send, copy=copy)
864+
else:
865+
tracker = DONE
864866

865867
if self.debug:
866868
pprint.pprint(msg) # noqa

0 commit comments

Comments
 (0)