[GRASS-git] [OSGeo/grass-addons] 41c4cb: PEP8: various indentation fixes (#403)

Markus Neteler noreply at github.com
Tue Jan 12 10:16:14 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/OSGeo/grass-addons
  Commit: 41c4cb4bf4233b03a3759b192352c811af50179d
      https://github.com/OSGeo/grass-addons/commit/41c4cb4bf4233b03a3759b192352c811af50179d
  Author: Markus Neteler <neteler at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M grass7/display/d.vect.thematic2/d.vect.thematic2.py
    M grass7/general/g.copyall/g.copyall.py
    M grass7/gui/wxpython/newgui/mapwindow.py
    M grass7/gui/wxpython/newgui/render2.py
    M grass7/gui/wxpython/newgui/wxgui.py
    M grass7/gui/wxpython/wx.metadata/mdlib/mdutil.py
    M grass7/gui/wxpython/wx.mwprecip/mw3.py
    M grass7/gui/wxpython/wx.rdigit/rdigit/dialogs_core.py
    M grass7/gui/wxpython/wx.rdigit/rdigit/main.py
    M grass7/gui/wxpython/wx.rdigit/rdigit/mapwindow.py
    M grass7/gui/wxpython/wx.rdigit/rdigit/toolbars.py
    M grass7/gui/wxpython/wx.rdigit/rdigit/wxdigit.py
    M grass7/gui/wxpython/wx.stream/gui_modules/rstream_panelOne.py
    M grass7/hadoop/hd/hdfsgrass/grass_map.py
    M grass7/imagery/i.cutlines/i.cutlines.py
    M grass7/imagery/i.nightlights.intercalibration/intercalibration_coefficients.py
    M grass7/imagery/i.sar.speckle/i.sar.speckle.py
    M grass7/imagery/i.segment.stats/i.segment.stats.py
    M grass7/imagery/i.sentinel/i.sentinel.parallel.download/i.sentinel.parallel.download.py
    M grass7/misc/m.csv.clean/m.csv.clean.py
    M grass7/raster/r.basin/r.basin.py
    M grass7/raster/r.green/r.green.biomassfor/r.green.biomassfor.impact/r.green.biomassfor.impact.py
    M grass7/raster/r.green/r.green.hydro/r.green.hydro.technical/r.green.hydro.technical.py
    M grass7/raster/r.in.usgs/r.in.usgs.py
    M grass7/raster/r.in.wcs/r.in.wcs.py
    M grass7/raster/r.landscape.evol/r.landscape.evol.py
    M grass7/raster/r.mapcalc.tiled/tests/visualization.py
    M grass7/raster/r.object.activelearning/tests.py
    M grass7/raster/r.object.spatialautocor/r.object.spatialautocor.py
    M grass7/raster/r.soillossbare/r.soillossbare.py
    M grass7/raster3d/r3.forestfrag/r3.forestfrag.py
    M grass7/vector/v.class.mlR/v.class.mlR.py
    M grass7/vector/v.colors2/v.colors2.py
    M grass7/vector/v.in.wfs2/wfs_base.py
    M grass7/vector/v.what.rast.multi/v.what.rast.multi.py

  Log Message:
  -----------
  PEP8: various indentation fixes (#403)

* PEP8: fix E101: indentation contains mixed spaces and tabs
* PEP8: fix E115: expected an indented block (comment)
* PEP8: fix E121: continuation line under-indented for hanging indent
* PEP8: fix E123: closing bracket does not match indentation of opening bracket's line
* PEP8: fix E221: multiple spaces before operator
* PEP8: fix E241: multiple spaces after ','




More information about the grass-commit mailing list