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

CI: Resolve flake8 issues in utils directory #4303

Merged
merged 2 commits into from
Sep 11, 2024
Merged

CI: Resolve flake8 issues in utils directory #4303

merged 2 commits into from
Sep 11, 2024

Conversation

arohanajit
Copy link
Contributor

This PR fixes the flake8 error in utils/gitlog2changelog.py. It addresses the E712 and E722 errors which are related to bare except clauses. I have put in Exception as blanket statement. If need be, I can also detail particular errors which might be related. I haven't yet because this might also miss out on some exceptions which are not detailed.

@github-actions github-actions bot added the Python Related code is in Python label Sep 11, 2024
@echoix echoix enabled auto-merge (squash) September 11, 2024 12:11
@echoix echoix merged commit e4fdf90 into OSGeo:main Sep 11, 2024
27 checks passed
@arohanajit arohanajit deleted the flake8-utils branch September 12, 2024 01:13
@neteler neteler added this to the 8.5.0 milestone Sep 12, 2024
Mahesh1998 pushed a commit to Mahesh1998/grass that referenced this pull request Sep 19, 2024
* resolved flake8 in utils

* updated .flake8

---------

Co-authored-by: Arohan Ajit <aajit@chirpn.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants