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

use load_connection_info(info) when constructing a blocking client #688

Merged
merged 1 commit into from
Aug 31, 2021

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 31, 2021

passing connection_info to constructor passes Session args (key, scheme) to the Client, which trigger warnings for unrecognized arguments

We could also add logic in ConnectionFileMixin.__init__ to explicitly support all the fields of a connection file in the constructor, which might be nice. But we have the load_info method already.

passing connection info to constructor passes Session args (key, scheme) to the client, which trigger warnings for unrecognized arguments
@blink1073 blink1073 added the bug label Aug 31, 2021
@blink1073 blink1073 added this to the 7.0 milestone Aug 31, 2021
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.

Thank you!

@blink1073 blink1073 merged commit 7b5a95c into jupyter:master Aug 31, 2021
@minrk minrk deleted the client-accept-session-args branch August 31, 2021 12:32
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