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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 23 06:58:40 PDT 2015


Author: neteler
Date: 2015-09-23 06:58:40 -0700 (Wed, 23 Sep 2015)
New Revision: 66306

Modified:
   grass/trunk/lib/python/temporal/register.py
Log:
temporal revert r66278 for t.register register.py

Modified: grass/trunk/lib/python/temporal/register.py
===================================================================
--- grass/trunk/lib/python/temporal/register.py	2015-09-23 09:25:45 UTC (rev 66305)
+++ grass/trunk/lib/python/temporal/register.py	2015-09-23 13:58:40 UTC (rev 66306)
@@ -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