issues
search
OSGeo
/
grass
GRASS GIS - free and open-source geospatial processing engine
https://grass.osgeo.org
Other
854
stars
311
forks
source link
wxGUI: Fixed PEP8 error in startup/
#4770
Closed
arohanajit
closed
2 days ago
arohanajit
commented
4 days ago
Fixed following errors:
Removed
try-except
for
E722
since except module didn't perform any specific error handling
Added
noqa
for
F401
since
set_gui_path()
might be required to import the modules
Fixed following errors:
try-except
forE722
since except module didn't perform any specific error handlingnoqa
forF401
sinceset_gui_path()
might be required to import the modules