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

Acomodated new Pylint check 'raise-missing-from' #56

Merged
merged 1 commit into from Sep 7, 2020

Conversation

andy-maier
Copy link
Contributor

See commit message.

Details:

- Pylint 2.6.0 has been released and implements a new check
  'raise-missing-from' that was issued when NocaseDict re-raised
  exceptions. Since the raise from syntax does not suppress the
  'Another exception occurred while processing exception' message,
  but the currently implemented approach with setting __cause__ to
  None does, the Pylint warning was addressed by disabling it.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
@andy-maier andy-maier self-assigned this Sep 7, 2020
@andy-maier andy-maier added this to the 0.5.1 milestone Sep 7, 2020
@coveralls
Copy link

coveralls commented Sep 7, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling a21a4fa on andy/fix-pylint-reraise into 32277fd on master.

@andy-maier andy-maier merged commit b75f6b7 into master Sep 7, 2020
@andy-maier andy-maier deleted the andy/fix-pylint-reraise branch September 7, 2020 19:23
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.

None yet

3 participants