[GRASS-git] [OSGeo/grass] 8ed47e: Reduce usage of bare except (#1608)
ShubhamSwati
noreply at github.com
Wed Jun 23 19:33:29 PDT 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: 8ed47e4b764bc0884de57b5c5bc68118155f815b
https://github.com/OSGeo/grass/commit/8ed47e4b764bc0884de57b5c5bc68118155f815b
Author: ShubhamSwati <81865950+ShubhamSwati at users.noreply.github.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M scripts/.flake8
M scripts/g.manual/g.manual.py
M scripts/r.plane/r.plane.py
M scripts/v.in.wfs/v.in.wfs.py
M scripts/v.to.lines/v.to.lines.py
Log Message:
-----------
Reduce usage of bare except (#1608)
* Replaces bare except by Exception in r.plane, v.in.wfs, v.to.lines.py, g.manual (good enough for Flake8).
* Removes the per-file ignores from the .flake8 file.
More information about the grass-commit
mailing list