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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Dec 9 01:05:31 PST 2016


Author: lucadelu
Date: 2016-12-09 01:05:31 -0800 (Fri, 09 Dec 2016)
New Revision: 70040

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-09 06:45:03 UTC (rev 70039)
+++ grass/trunk/scripts/r.out.xyz/r.out.xyz.py	2016-12-09 09:05:31 UTC (rev 70040)
@@ -48,12 +48,12 @@
     donodata = flags['i']
 
     if donodata:
-	statsflags="1g"
+        statsflags="1g"
     else:
-	statsflags="1gn"
-    parameters = dict(flags=statsflags,
-                      input=options['input'],
-                      separator=options['separator'])
+        statsflags="1gn"
+        parameters = dict(flags=statsflags,
+                          input=options['input'],
+                          separator=options['separator'])
     if output:
         parameters.update(output=output)
 



More information about the grass-commit mailing list