[GRASS-SVN] r51844 - grass/trunk/locale

svn_grass at osgeo.org svn_grass at osgeo.org
Mon May 28 02:25:47 PDT 2012


Author: lucadelu
Date: 2012-05-28 02:25:46 -0700 (Mon, 28 May 2012)
New Revision: 51844

Modified:
   grass/trunk/locale/grass_po_stats.py
Log:
output file write in GISBASE instead GISBASE/locale because if --nls it's not used return an error

Modified: grass/trunk/locale/grass_po_stats.py
===================================================================
--- grass/trunk/locale/grass_po_stats.py	2012-05-28 09:22:19 UTC (rev 51843)
+++ grass/trunk/locale/grass_po_stats.py	2012-05-28 09:25:46 UTC (rev 51844)
@@ -19,7 +19,7 @@
 
 def main():
     directory = 'po/'
-    outfile = os.path.join(os.environ['GISBASE'],'locale','translation_status.json')
+    outfile = os.path.join(os.environ['GISBASE'],'translation_status.json')
     try:
         os.remove(outfile)
     except:



More information about the grass-commit mailing list