[GRASS-SVN] r73750 - grass/branches/releasebranch_7_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 2 13:39:38 PST 2018


Author: martinl
Date: 2018-12-02 13:39:38 -0800 (Sun, 02 Dec 2018)
New Revision: 73750

Modified:
   grass/branches/releasebranch_7_4/lib/init/grass.py
Log:
grass.py: fix inconsistent indentation

Modified: grass/branches/releasebranch_7_4/lib/init/grass.py
===================================================================
--- grass/branches/releasebranch_7_4/lib/init/grass.py	2018-12-02 13:29:30 UTC (rev 73749)
+++ grass/branches/releasebranch_7_4/lib/init/grass.py	2018-12-02 21:39:38 UTC (rev 73750)
@@ -1690,7 +1690,7 @@
             filerev.close()
             sys.stdout.write("%s\n" % val[0].split(':')[1].rstrip('$"\n').strip())
         elif arg == 'version':
-			sys.stdout.write("%s\n" % grass_version)
+            sys.stdout.write("%s\n" % grass_version)
         else:
             message(_("Parameter <%s> not supported") % arg)
 



More information about the grass-commit mailing list