[GRASS-git] [OSGeo/grass-addons] 5d6f01: More PEP8 flake indent fixes (#435)
Markus Neteler
noreply at github.com
Wed Feb 17 04:10:27 PST 2021
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass-addons
Commit: 5d6f018fc00f7cd72fa9f12c0ee388677e039f60
https://github.com/OSGeo/grass-addons/commit/5d6f018fc00f7cd72fa9f12c0ee388677e039f60
Author: Markus Neteler <neteler at gmail.com>
Date: 2021-02-17 (Wed, 17 Feb 2021)
Changed paths:
M grass6/general/g.infer/reference.py
M grass6/general/g.infer/spearfish.py
M grass6/gui/wxpython/wx.class/wx.class.py
M grass6/gui/wxpython/wx.data_catalog/LayerTree.py
M grass6/gui/wxpython/wx.data_catalog/catalog.py
M grass6/gui/wxpython/wx.data_catalog/mapdisplay.py
M grass6/gui/wxpython/wx.data_catalog/tcp4ossim.py
M grass6/gui/wxpython/wx.path/wx.path.py
M grass6/ossim_grass/r.planet/r.planet.py
M grass6/ossim_grass/v.planet/ogrTovrt.py
M grass6/ossim_grass/v.planet/v.planet.py
M grass6/raster/LandDyn/devs_landcover_scripts/r.cfactor.py/r.cfactor.py
M grass6/raster/LandDyn/devs_landcover_scripts/r.land.assess.py/r.land.assess.py
M grass6/raster/LandDyn/devs_landcover_scripts/r.landcover.update.py/r.landcover.update.py
M grass6/raster/LandDyn/devs_landcover_scripts/r.soil.fertility.py/r.soil.fertility.py
M grass6/raster/LandDyn/devs_landcover_scripts/r.villages.py/r.villages.py
M grass6/raster/LandDyn/r.accumulate.erdep.py/r.accumulate.erdep.py
M grass6/raster/LandDyn/r.catchment.py/r.catchment.py
M grass6/raster/LandDyn/r.fix.netchange.py/r.fix.netchange.py
M grass6/raster/LandDyn/r.landscape.evol.py/r.landscape.evol.py
M grass6/raster/LandDyn/r.lcov.stats.py/r.lcov.stats.py
M grass6/raster/LandDyn/r.png.out.py/r.pngout.py
M grass6/raster/LandDyn/r.soildepth.py/r.soildepth.py
M grass6/raster/r.basin/r.basin.py
M grass6/raster/r.diversity/r.diversity.py
M grass6/raster/r.fidimo/r.fidimo.py
M grass6/raster/r.hazard.flood/r.hazard.flood.py
M grass6/raster/r.in.drsa/r.in.drsa.py
M grass6/raster/r.in.wms2/wms_base.py
M grass6/raster/r.in.wms2/wms_cap_parsers.py
M grass6/raster/r.in.wms2/wms_drv.py
M grass6/raster/r.in.wms2/wms_gdal_drv.py
M grass6/raster/r.ipso/r.ipso.py
M grass6/raster/r.landscape.evol/r.landscape.evol.py
M grass6/raster/r.mcda.ahp/r.mcda.ahp.py
M grass6/raster/r.mcda.roughset/r.mcda.roughset.py
M grass6/raster/r.pastro/path_profile.py
M grass6/raster/r.pastro/space2tab.py
M grass6/raster/r.pastro/velocity.py
M grass6/raster/r.rdfilter/r.rdfilter.py
M grass6/raster/r.stream.preview/r.stream.preview.py
M grass6/raster/r.sun.tools/g.linke_by_day.py
M grass6/raster/r.threshold/r.threshold.py
M grass6/raster/r.to.drsa/r.to.drsa.py
M grass6/raster/r.to.vect.lines/r.to.vect.lines.py
M grass6/raster/r.viewshed.cva/r.viewshed.cva.py
M grass6/raster/r.wf/r.wf.py
M grass6/raster/r.wind.sun/r.wind.sun.py
M grass6/vector/v.autokrige/v.autokrige.py
M grass6/vector/v.eqsm/v.eqsm.py
M grass6/vector/v.in.postgis/v.in.postgis.py
M grass6/vector/v.krige/v.krige.py
M grass6/vector/v.krige/v_krige_wxGUI.py
M grass6/vector/v.out.postgis/v.out.postgis.py
M grass6/vector/v.tin.to.rast/v.tin.to.rast.py
M grass6/vector/v.transects/v.transects.py
M grass7/gui/wxpython/wx.mwprecip/mw3.py
M grass7/raster/r.in.usgs/r.in.usgs.py
M tools/addons/build-xml.py
M tools/check_examples_screenshots_tests.py
Log Message:
-----------
More PEP8 flake indent fixes (#435)
* PEP8: fix E101: indentation contains mixed spaces and tabs
* PEP8: fix E115: expected an indented block (comment)
* PEP8: fix E123: closing bracket does not match indentation of opening bracket's line
* PEP8: fix E241: multiple spaces after ':'
* PEP8: fix E301: expected 1 blank line, found 0
More information about the grass-commit
mailing list