[GRASS-SVN] r55722 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Apr 12 15:25:54 PDT 2013


Author: huhabla
Date: 2013-04-12 15:25:54 -0700 (Fri, 12 Apr 2013)
New Revision: 55722

Modified:
   grass/trunk/gui/wxpython/animation/temporal_manager.py
Log:
Fixed wrong indention style


Modified: grass/trunk/gui/wxpython/animation/temporal_manager.py
===================================================================
--- grass/trunk/gui/wxpython/animation/temporal_manager.py	2013-04-12 22:23:21 UTC (rev 55721)
+++ grass/trunk/gui/wxpython/animation/temporal_manager.py	2013-04-12 22:25:54 UTC (rev 55722)
@@ -311,14 +311,14 @@
         sp.select()
         # Get ordered map list
         maps = sp.get_registered_maps_as_objects()
-	if not sp.check_temporal_topology(maps):
+        if not sp.check_temporal_topology(maps):
             raise GException(_("Topology of Space time dataset %s is invalid." % id))
 
         timeseriesList.append(id)
         infoDict[id] = {}
         infoDict[id]['etype'] = etype
         infoDict[id]['temporal_type'] = sp.get_temporal_type()
-	if sp.is_time_relative():
+        if sp.is_time_relative():
             infoDict[id]['unit'] = sp.get_relative_time_unit()
         infoDict[id]['granularity'] = sp.get_granularity()
         infoDict[id]['map_time'] = sp.get_map_time()



More information about the grass-commit mailing list