[GRASS-SVN] r38817 - grass/trunk/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 21 10:24:35 EDT 2009


Author: hamish
Date: 2009-08-21 10:24:35 -0400 (Fri, 21 Aug 2009)
New Revision: 38817

Modified:
   grass/trunk/scripts/m.proj/m.proj.py
Log:
export seconds to 5 digits

Modified: grass/trunk/scripts/m.proj/m.proj.py
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.py	2009-08-21 14:22:59 UTC (rev 38816)
+++ grass/trunk/scripts/m.proj/m.proj.py	2009-08-21 14:24:35 UTC (rev 38817)
@@ -224,7 +224,7 @@
 
     #### set up output style
     if not decimal:
-	outfmt = []
+	outfmt = ["-w5"]
     else:
 	outfmt = ["-f", "%.8f"]
     if not copy_input:



More information about the grass-commit mailing list