Markus Neteler wrote:

> > It's m.proj which is broken:

> Fixe in r48160.
> This leads now to:

> line 260, in main
>     for line in p.communicate()[0].splitlines():
> AttributeError: 'NoneType' object has no attribute 'splitlines'

Oops. I was looking for references to p.stdout, and missed that. The
actual problem was calling p.wait() before reading the output.

Try r48203.

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to