[GRASS-SVN] r73718 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 27 02:27:24 PST 2018


Author: neteler
Date: 2018-11-27 02:27:24 -0800 (Tue, 27 Nov 2018)
New Revision: 73718

Modified:
   grass/trunk/lib/init/grass.py
Log:
grass.py: fi  inconsistent use of tabs and spaces in indentation (spaces to be used)

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2018-11-26 22:17:47 UTC (rev 73717)
+++ grass/trunk/lib/init/grass.py	2018-11-27 10:27:24 UTC (rev 73718)
@@ -640,7 +640,7 @@
 
     # Set PYTHONPATH to find GRASS Python modules
     if os.path.exists(gpath('etc', 'python')):
-	pythonpath = gpath('etc', 'python')
+        pythonpath = gpath('etc', 'python')
         path_prepend(pythonpath, 'PYTHONPATH')
         # the env var PYTHONPATH is only evaluated when python is started,
         # thus:



More information about the grass-commit mailing list