Skip to content

Remove disable=broad-except #1559

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

Merged

Conversation

sechkova
Copy link
Contributor

@sechkova sechkova commented Sep 1, 2021

Fixes #1332

Description of the changes being introduced by the pull request:

The pylint warning W0703:broad-except was raised only when six was used and python 2 was still supported.
The warning is no longer raised, the exceptions are handled/raised correctly and the disabling can be removed.

Please verify and check that the pull request fulfills the following
requirements
:

  • The code follows the Code Style Guidelines
  • Tests have been added for the bug fix or new feature
  • Docs have been added for the bug fix or new feature

The pylint warning W0703:broad-except was raised only
when six was used and python 2 was still supported.

The warning is no longer raised, the exceptions are
handled/raised correctly and the disabling can be removed.

Signed-off-by: Teodora Sechkova <[email protected]>
@jku jku merged commit d4ea0f0 into theupdateframework:develop Sep 2, 2021
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.

Revise the disabling of broad-except pylint warning (W0703)
2 participants