[GRASS-SVN] r66307 - grass/branches/releasebranch_7_0/lib/python/temporal

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 23 06:59:24 PDT 2015


Author: neteler
Date: 2015-09-23 06:59:24 -0700 (Wed, 23 Sep 2015)
New Revision: 66307

Modified:
   grass/branches/releasebranch_7_0/lib/python/temporal/register.py
Log:
temporal revert r66279 for t.register

Modified: grass/branches/releasebranch_7_0/lib/python/temporal/register.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/temporal/register.py	2015-09-23 13:58:40 UTC (rev 66306)
+++ grass/branches/releasebranch_7_0/lib/python/temporal/register.py	2015-09-23 13:59:24 UTC (rev 66307)
@@ -91,8 +91,6 @@
 
     # The name of the space time dataset is optional
     if name:
-        if name.find("@") <= 0:
-            name = name + "@" + mapset
         sp = open_old_stds(name, type, dbif)
 
         if sp.is_time_relative() and (start or end) and not unit:



More information about the grass-commit mailing list