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

Simplify exception capture inside return_handler #32

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

charlieparkes
Copy link
Collaborator

@charlieparkes charlieparkes commented Jul 31, 2020

Simplify exception capture inside return_handler to avoid unique, unexpected behavior. Remove debug=True cast of unknown exceptions to FailCatastrophically, and change log level in return_handler from debug to error"

…xpected behavior. Remove debug=True cast of unknown exceptions to FailCatastrophically
@charlieparkes charlieparkes self-assigned this Jul 31, 2020
@codecov
Copy link

codecov bot commented Jul 31, 2020

Codecov Report

Merging #32 into master will decrease coverage by 0.42%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   93.26%   92.83%   -0.43%     
==========================================
  Files          18       18              
  Lines         742      740       -2     
==========================================
- Hits          692      687       -5     
- Misses         50       53       +3     
Impacted Files Coverage Δ
lpipe/pipeline.py 86.69% <100.00%> (-1.24%) ⬇️

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 ebb5805...d0aa2e4. Read the comment docs.

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.

Custom exceptions being swallowed in paths other than default path
2 participants