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

pass extension_name to only extension app handlers #69

Merged
merged 1 commit into from
Aug 3, 2019

Conversation

Zsailer
Copy link
Member

@Zsailer Zsailer commented Aug 3, 2019

Fixes a bug that was breaking jupyter/notebook#4653.

Passes the extension_name arg to only handlers that subclass the ExtensionHandler class. This bug was breaking custom static filehandlers in the notebook extension app.

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 21b3ad7 into jupyter-server:master Aug 3, 2019
Copy link
Member

@kevin-bates kevin-bates left a comment

Choose a reason for hiding this comment

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

Thanks @Zsailer. I stepped through the code yesterday, after conveying the issue to you, and this change makes perfect sense and accounts for the multiple tracebacks (one for each handler that isn't an ExtensionHandler).

@Zsailer Zsailer deleted the ext-bug branch January 10, 2020 17:35
Zsailer pushed a commit to Zsailer/jupyter_server that referenced this pull request Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants