[GRASS-SVN] r70063 - grass/branches/releasebranch_7_0/scripts/r.out.xyz
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 12 03:23:40 PST 2016
Author: lucadelu
Date: 2016-12-12 03:23:40 -0800 (Mon, 12 Dec 2016)
New Revision: 70063
Modified:
grass/branches/releasebranch_7_0/scripts/r.out.xyz/r.out.xyz.py
Log:
r.out.xyz: fixed indentation (backport r70061)
Modified: grass/branches/releasebranch_7_0/scripts/r.out.xyz/r.out.xyz.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/r.out.xyz/r.out.xyz.py 2016-12-12 11:22:43 UTC (rev 70062)
+++ grass/branches/releasebranch_7_0/scripts/r.out.xyz/r.out.xyz.py 2016-12-12 11:23:40 UTC (rev 70063)
@@ -51,9 +51,9 @@
statsflags="1g"
else:
statsflags="1gn"
- parameters = dict(flags=statsflags,
- input=options['input'],
- separator=options['separator'])
+ parameters = dict(flags=statsflags,
+ input=options['input'],
+ separator=options['separator'])
if output:
parameters.update(output=output)
More information about the grass-commit
mailing list