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

Commits on Sep 7, 2020

  1. Acomodated new Pylint check 'raise-missing-from'

    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 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    a21a4fa View commit details
    Browse the repository at this point in the history