[GRASS-SVN] r42386 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 29 15:24:26 EDT 2010


Author: martinl
Date: 2010-05-29 15:24:25 -0400 (Sat, 29 May 2010)
New Revision: 42386

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gcmd.py
Log:
wxGUI: format debug message (cosmetics)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gcmd.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gcmd.py	2010-05-29 19:21:11 UTC (rev 42385)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/gcmd.py	2010-05-29 19:24:25 UTC (rev 42386)
@@ -317,7 +317,7 @@
     def __init__ (self, cmd, stdin=None,
                   verbose=None, wait=True, rerr=False,
                   stdout=None, stderr=None):
-        Debug.msg(1, "gcmd.Command(): %s" % cmd)
+        Debug.msg(1, "gcmd.Command(): %s" % ' '.join(cmd))
         self.cmd = cmd
         self.stderr = stderr
 	



More information about the grass-commit mailing list