#1447: wxGUI wingrass scripts need whitespace in path
--------------------+-------------------------------------------------------
Reporter: mmetz | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.2
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: MSWindows XP
Cpu: All |
--------------------+-------------------------------------------------------
Comment(by mmetz):
More info:
I was able to trace it to this line in goutput.py:
https://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py#L541
{{{
# process GRASS command with argument
self.cmdThread.RunCmd(command, stdout =
self.cmd_stdout, stderr = self.cmd_stderr,
onDone = onDone)
}}}
Up to here the command looked ok to me (adding lots and lots of debug
messages).
BTW, IMHO the wxGUI should check more return codes and could do with more
debug messages to help with debugging.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1447#comment:1>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev