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

small fix to session creation #11

Merged
merged 1 commit into from
Jun 25, 2020
Merged

small fix to session creation #11

merged 1 commit into from
Jun 25, 2020

Conversation

tlambert03
Copy link
Owner

the SessionsStore.ctx AttributeError in #2 (comment)
was caused by me incorrectly using the timeout argument (and omero-py failing to handle the exception). This PR fixes the store.create() request... and fixes logging into the public idr (without a pre-existing session).
It's still probably not a super-well designed login approach. but at least works

@codecov-commenter
Copy link

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #11   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          11      11           
  Lines         701     703    +2     
======================================
- Misses        701     703    +2     
Impacted Files Coverage Δ
src/napari_omero/widgets/gateway.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 12b620b...d572c24. Read the comment docs.

@tlambert03 tlambert03 merged commit 70065ef into master Jun 25, 2020
@tlambert03 tlambert03 deleted the fix/create-session branch June 25, 2020 22:52
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.

2 participants