[GRASS-dev] GRASS 7 scripts overhaul
Glynn Clements
glynn at gclements.plus.com
Thu Sep 8 04:26:00 EDT 2011
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 <glynn at gclements.plus.com>
More information about the grass-dev
mailing list