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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 18 22:16:00 PDT 2017


Author: hcho
Date: 2017-03-18 22:16:00 -0700 (Sat, 18 Mar 2017)
New Revision: 70768

Modified:
   grass/trunk/lib/init/grass.py
Log:
grass.py: Remove an extra empty line

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2017-03-19 05:06:57 UTC (rev 70767)
+++ grass/trunk/lib/init/grass.py	2017-03-19 05:16:00 UTC (rev 70768)
@@ -1189,7 +1189,6 @@
                'LC_TELEPHONE', 'LC_MEASUREMENT', 'LC_IDENTIFICATION'):
         os.environ[lc] = normalized
 
-
     # Some code in GRASS might not like other decimal separators than .
     # Other potential sources for problems are: LC_TIME LC_CTYPE
     locale.setlocale(locale.LC_NUMERIC, 'C')



More information about the grass-commit mailing list