[GRASS-SVN] r61302 - in grass/branches/releasebranch_7_0: . lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 21 12:34:51 PDT 2014


Author: huhabla
Date: 2014-07-21 12:34:51 -0700 (Mon, 21 Jul 2014)
New Revision: 61302

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/lib/python/temporal/univar_statistics.py
Log:
temporallib: Fixed error message


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:61288,61290,61292,61294
   + /grass/trunk:61288,61290,61292,61294,61301

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/univar_statistics.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/univar_statistics.py	2014-07-21 19:28:13 UTC (rev 61301)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/univar_statistics.py	2014-07-21 19:34:51 UTC (rev 61302)
@@ -52,7 +52,7 @@
     if not rows:
         dbif.close()
         core.fatal(_("Space time %(sp)s dataset <%(i)s> is empty") % {
-                     'sp': sp.get_new_map_instance(None).get_type(), 'i': id})
+                     'sp': sp.get_new_map_instance(None).get_type(), 'i': sp.get_id()})
 
     if header == True:
         string = ""



More information about the grass-commit mailing list