[GRASS-SVN] r55510 - grass/trunk/temporal/t.vect.univar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 24 05:27:06 PDT 2013
Author: huhabla
Date: 2013-03-24 05:27:06 -0700 (Sun, 24 Mar 2013)
New Revision: 55510
Modified:
grass/trunk/temporal/t.vect.univar/t.vect.univar.py
Log:
changed fs to separator
Modified: grass/trunk/temporal/t.vect.univar/t.vect.univar.py
===================================================================
--- grass/trunk/temporal/t.vect.univar/t.vect.univar.py 2013-03-24 10:24:36 UTC (rev 55509)
+++ grass/trunk/temporal/t.vect.univar/t.vect.univar.py 2013-03-24 12:27:06 UTC (rev 55510)
@@ -79,13 +79,13 @@
where = options["where"]
extended = flags["e"]
header = flags["h"]
- fs = options["fs"]
+ separator = options["separator"]
# Make sure the temporal database exists
tgis.init()
tgis.print_vector_dataset_univar_statistics(
- input, twhere, layer, type, column, where, extended, header, fs)
+ input, twhere, layer, type, column, where, extended, header, separator)
if __name__ == "__main__":
options, flags = grass.parser()
More information about the grass-commit
mailing list