On Sun, Mar 17, 2013 at 12:23 AM, Glynn Clements
<gl...@gclements.plus.com> wrote:
...
> Replace the split() function in core/utils.py with:
>
>         def split(s):
>             """!Platform spefic shlex.split"""
>             if sys.platform == "win32":
>                 return shlex.split(s.replace('\\', r'\\'))
>             else:
>                 return shlex.split(s)

I have tested attached patch (which I hope is the same as the suggested change),
it lead to a complete GUI error. I tried to catch it with a screenshot
but was to
slow. I can try harder if needed.

Markus

Attachment: utils.diff
Description: Binary data

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to