[GRASS-SVN] r61597 - grass/trunk/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 13 13:21:54 PDT 2014


Author: annakrat
Date: 2014-08-13 13:21:53 -0700 (Wed, 13 Aug 2014)
New Revision: 61597

Modified:
   grass/trunk/lib/python/temporal/aggregation.py
Log:
temporal: another fix of calling pygrass in aggregation method

Modified: grass/trunk/lib/python/temporal/aggregation.py
===================================================================
--- grass/trunk/lib/python/temporal/aggregation.py	2014-08-13 20:19:28 UTC (rev 61596)
+++ grass/trunk/lib/python/temporal/aggregation.py	2014-08-13 20:21:53 UTC (rev 61597)
@@ -223,7 +223,7 @@
 
     # Dummy process object that will be deep copied
     # and be put into the process queue
-    r_series = pymod.Module("r.series", output="spam", method=method,
+    r_series = pymod.Module("r.series", output="spam", method=[method],
                             overwrite=overwrite, quiet=True, run_=False,
                             finish_=False)
     g_copy = pymod.Module("g.copy", rast=['spam', 'spamspam'],



More information about the grass-commit mailing list