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 in exception handlers that lack a from #6022

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

tkoyama010
Copy link
Member

Overview

Fix raise in exception handlers that lack a from.

Details

@pyvista-bot pyvista-bot added the maintenance Low-impact maintenance activity label May 3, 2024
Copy link

codecov bot commented May 3, 2024

Codecov Report

Attention: Patch coverage is 73.80952% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 96.93%. Comparing base (8565c5f) to head (a21e408).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6022   +/-   ##
=======================================
  Coverage   96.93%   96.93%           
=======================================
  Files         140      140           
  Lines       24409    24409           
=======================================
  Hits        23660    23660           
  Misses        749      749           

pyvista/core/utilities/helpers.py Outdated Show resolved Hide resolved
pyvista/core/utilities/observers.py Outdated Show resolved Hide resolved
pyvista/trame/jupyter.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants