[GRASS-SVN] r57184 - grass/trunk/scripts/db.univar

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 17 01:22:43 PDT 2013


Author: mmetz
Date: 2013-07-17 01:22:43 -0700 (Wed, 17 Jul 2013)
New Revision: 57184

Modified:
   grass/trunk/scripts/db.univar/db.univar.py
Log:
db.univar: extended stats only on request

Modified: grass/trunk/scripts/db.univar/db.univar.py
===================================================================
--- grass/trunk/scripts/db.univar/db.univar.py	2013-07-17 08:02:51 UTC (rev 57183)
+++ grass/trunk/scripts/db.univar/db.univar.py	2013-07-17 08:22:43 UTC (rev 57184)
@@ -97,9 +97,6 @@
     where = options['where']
     perc = options['percentile']
 
-    if perc and len(perc) > 0:
-        extend = True 
-
     perc = [float(p) for p in perc.split(',')]
 
     if not shellstyle:



More information about the grass-commit mailing list