Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possibly not defined tracker #991

Merged
merged 1 commit into from
Oct 29, 2023
Merged

Conversation

davidbrochart
Copy link
Member

@davidbrochart davidbrochart commented Oct 26, 2023

See this error:

Traceback (most recent call last):
  File "/Users/runner/work/ipykernel/ipykernel/ipykernel/iostream.py", line 175, in _handle_event
    raise e
  File "/Users/runner/work/ipykernel/ipykernel/ipykernel/iostream.py", line 171, in _handle_event
    event_f()
  File "/Users/runner/work/ipykernel/ipykernel/ipykernel/iostream.py", line 638, in _flush
    self.session.send(
  File "/Users/runner/Library/Application Support/hatch/env/virtual/ipykernel/8WkbHHn4/cov.qt6/lib/python3.11/site-packages/jupyter_client/session.py", line 870, in send
    msg["tracker"] = tracker
                     ^^^^^^^
UnboundLocalError: cannot access local variable 'tracker' where it is not associated with a value

@davidbrochart
Copy link
Member Author

Failures are unrelated.

Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@blink1073 blink1073 merged commit 43d008f into jupyter:main Oct 29, 2023
28 of 33 checks passed
@davidbrochart davidbrochart deleted the tracker branch October 29, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants