Explorar o código

init: use spaces consistently (no mixed tabs), required in Python 3 (PEP8 E101, W191, see https://trac.osgeo.org/grass/ticket/2708)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71832 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras %!s(int64=7) %!d(string=hai) anos
pai
achega
56a0ecad2d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/init/grass.py

+ 1 - 1
lib/init/grass.py

@@ -1710,7 +1710,7 @@ def print_params():
             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)