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

chore: fix pylint message overlapping-except #886

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

jenstroeger
Copy link
Contributor

This change is part of issue #876 and addresses the overlapping-except check messages. Because all errors were already handled in a single except I left it that way — if errors need to be handled according to their error class hierarchy (e.g. shutil.Error is a subclass of OSError) then please let me know.

I’ll add the appropriate configuration to pyproject.toml in a separate PR later.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 1, 2024
@jenstroeger jenstroeger force-pushed the lint/overlapping-except branch from 0049935 to b979a8a Compare October 2, 2024 03:44
@jenstroeger jenstroeger force-pushed the lint/overlapping-except branch from b979a8a to b8d82c2 Compare October 2, 2024 06:26
@behnazh-w behnazh-w merged commit aebf879 into oracle:staging Oct 2, 2024
9 checks passed
art1f1c3R pushed a commit that referenced this pull request Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants