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

Separate glue_qt and glue_jupyter import attempts #47

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

Carifio24
Copy link
Member

This PR fixes a bug where we attempt to import the base glue_qt and glue_jupyter viewer types in the same try/except/ block. This means that we only define the types properly if both imports succeed, which is bad. This PR separates these into their own blocks so that they can succeed or fail separately.

@Carifio24 Carifio24 merged commit 7864f2e into glue-viz:main Oct 3, 2023
17 of 19 checks passed
@Carifio24 Carifio24 added the bug Something isn't working label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant