[GRASS-SVN] r70061 - grass/trunk/scripts/r.out.xyz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 12 03:21:34 PST 2016


Author: lucadelu
Date: 2016-12-12 03:21:34 -0800 (Mon, 12 Dec 2016)
New Revision: 70061

Modified:
   grass/trunk/scripts/r.out.xyz/r.out.xyz.py
Log:
r.out.xyz: fixed indentation

Modified: grass/trunk/scripts/r.out.xyz/r.out.xyz.py
===================================================================
--- grass/trunk/scripts/r.out.xyz/r.out.xyz.py	2016-12-11 21:29:33 UTC (rev 70060)
+++ grass/trunk/scripts/r.out.xyz/r.out.xyz.py	2016-12-12 11:21:34 UTC (rev 70061)
@@ -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