[GRASS-SVN] r55557 - grass-addons/grass7/raster/r.agent/libagent

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 27 08:30:34 PDT 2013


Author: mic
Date: 2013-03-27 08:30:34 -0700 (Wed, 27 Mar 2013)
New Revision: 55557

Modified:
   grass-addons/grass7/raster/r.agent/libagent/grassland.py
Log:
complement comment

Modified: grass-addons/grass7/raster/r.agent/libagent/grassland.py
===================================================================
--- grass-addons/grass7/raster/r.agent/libagent/grassland.py	2013-03-27 15:29:23 UTC (rev 55556)
+++ grass-addons/grass7/raster/r.agent/libagent/grassland.py	2013-03-27 15:30:34 UTC (rev 55557)
@@ -33,7 +33,7 @@
         @param boolean optional, whether to overwrite values if key exists
         """
         layer = garray.array()
-        # fill the new grass array with the contents from the file
+        # fill the new grass array with the contents from the map (must exist)
         if grassmapname in grass.list_grouped('rast')[grass.gisenv()['MAPSET']]:
             layer.read(grassmapname)
             self.grassmapnames[layername] = grassmapname



More information about the grass-commit mailing list