Skip to content

Commit

Permalink
Fix possibly not defined tracker (#991)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Oct 29, 2023
1 parent d044eb5 commit 43d008f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,8 @@ def send(
# use dummy tracker, which will be done immediately
tracker = DONE
stream.send_multipart(to_send, copy=copy)
else:
tracker = DONE

if self.debug:
pprint.pprint(msg) # noqa
Expand Down

0 comments on commit 43d008f

Please sign in to comment.