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

fix raise from None #480

Merged
merged 1 commit into from
Dec 11, 2020
Merged

fix raise from None #480

merged 1 commit into from
Dec 11, 2020

Conversation

willmcgugan
Copy link
Collaborator

Type of changes

  • Bug fix
  • New feature
  • Documentation / docstrings
  • Tests
  • Other

Checklist

  • I've run the latest black with default args on new code.
  • I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate.
  • I've added tests for new code.
  • I accept that @willmcgugan may be pedantic in the code review.

Description

Fixes #468

@codecov
Copy link

codecov bot commented Dec 11, 2020

Codecov Report

Merging #480 (6ee976e) into master (d180781) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #480   +/-   ##
=======================================
  Coverage   99.50%   99.51%           
=======================================
  Files          58       58           
  Lines        4888     4901   +13     
=======================================
+ Hits         4864     4877   +13     
  Misses         24       24           
Flag Coverage Δ
unittests 99.51% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
rich/traceback.py 99.42% <100.00%> (+0.04%) ⬆️

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 a3642a3...6ee976e. Read the comment docs.

@willmcgugan willmcgugan merged commit 6a75c16 into master Dec 11, 2020
@willmcgugan willmcgugan deleted the fix-suppress-context branch December 11, 2020 16:13
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.

[BUG] Traceback handler does supress context
1 participant