Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Handle errors when fetching remote server keys #4722

Merged
merged 3 commits into from Feb 25, 2019

Conversation

erikjohnston
Copy link
Member

No description provided.

@erikjohnston erikjohnston requested a review from a team February 23, 2019 15:11
@codecov-io
Copy link

codecov-io commented Feb 23, 2019

Codecov Report

Merging #4722 into develop will decrease coverage by 0.01%.
The diff coverage is 38.88%.

@@             Coverage Diff             @@
##           develop    #4722      +/-   ##
===========================================
- Coverage    75.15%   75.14%   -0.02%     
===========================================
  Files          340      340              
  Lines        34823    34840      +17     
  Branches      5704     5707       +3     
===========================================
+ Hits         26171    26179       +8     
- Misses        7042     7050       +8     
- Partials      1610     1611       +1

long_retries=True,
)
except (NotRetryingDestination, RequestSendFailed) as e:
raise raise_from(
Copy link
Member

Choose a reason for hiding this comment

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

I think the raise is redundant here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Aha, yes

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

lgtm

@erikjohnston erikjohnston merged commit 16c7afa into develop Feb 25, 2019
@erikjohnston erikjohnston deleted the erikj/correctly_handle_keyring_exceptions branch March 5, 2019 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants