[GRASS-SVN] r49464 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 1 14:12:59 EST 2011


Author: martinl
Date: 2011-12-01 11:12:59 -0800 (Thu, 01 Dec 2011)
New Revision: 49464

Modified:
   grass/trunk/lib/init/grass.py
Log:
grass.py: don't print message about undefined GRASS_ADDON_PATH


Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2011-12-01 19:05:52 UTC (rev 49463)
+++ grass/trunk/lib/init/grass.py	2011-12-01 19:12:59 UTC (rev 49464)
@@ -307,7 +307,7 @@
     if not addon_path:
         addon_path = os.path.join(grass_config_dir, 'addons')
         os.environ['GRASS_ADDON_PATH'] = addon_path
-        message(_("GRASS_ADDON_PATH undefined, using '%s'") % addon_path)
+        # message(_("GRASS_ADDON_PATH undefined, using '%s'") % addon_path)
     
     path_prepend(addon_path, 'PATH')
     path_prepend(os.path.join(addon_path, 'scripts'), 'PATH')



More information about the grass-commit mailing list