[GRASS-SVN] r53823 - grass/branches/releasebranch_6_4/gui/wxpython/tools

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 14 09:43:43 PST 2012


Author: martinl
Date: 2012-11-14 09:43:43 -0800 (Wed, 14 Nov 2012)
New Revision: 53823

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/tools/update_menudata.py
Log:
fix update_menudata.py


Modified: grass/branches/releasebranch_6_4/gui/wxpython/tools/update_menudata.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/tools/update_menudata.py	2012-11-14 17:43:03 UTC (rev 53822)
+++ grass/branches/releasebranch_6_4/gui/wxpython/tools/update_menudata.py	2012-11-14 17:43:43 UTC (rev 53823)
@@ -55,7 +55,7 @@
             continue
         try:
             interface = gtask.parse_interface(module)
-        except (StandardError, grass.ScriptError), e:
+        except Exception, e:
             grass.error(module + ': ' + str(e))
             continue
         modules[interface.name] = { 'label'   : interface.label,



More information about the grass-commit mailing list