[GRASS-SVN] r49585 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 6 19:53:04 EST 2011


Author: martinl
Date: 2011-12-06 16:53:03 -0800 (Tue, 06 Dec 2011)
New Revision: 49585

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: report OSError when running command
       (merge r49584 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py	2011-12-07 00:50:48 UTC (rev 49584)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gcmd.py	2011-12-07 00:53:03 UTC (rev 49585)
@@ -491,6 +491,7 @@
                                 shell = sys.platform == "win32")
         except OSError, e:
             self.error = str(e)
+            print >> sys.stderr, e
             return 1
         
         if self.stdin: # read stdin if requested ...



More information about the grass-commit mailing list