<div dir="ltr"><div>Hi Luca, </div><div><br></div>fout.write(parts[0]+' '+parts[1]+' '+parts[3])     -->  is part of the actual command. <div><br></div><div>I can do debug, but I would like to be cautious in completly rewriting the module without the endorsement of the authors.<div><br></div><div>R<br><div><br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-03-27 12:06 GMT+02:00 Luca Delucchi <span dir="ltr"><<a href="mailto:lucadeluge@gmail.com" target="_blank">lucadeluge@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 26 March 2018 at 14:50, Roberto Marzocchi<br>
<span class=""><<a href="mailto:roberto.marzocchi@gmail.com">roberto.marzocchi@gmail.com</a>> wrote:<br>
> from grass.pygrass.vector import VectorTopo<br>
> pnt = VectorTopo(options['input'])<br>
> pnt.open(mode='r')<br>
> test=pnt.read(1)<br>
> if test.is2D==True:<br>
>    fout.write(parts[0]+' '+parts[1]+' '+parts[3])<br>
> else:<br>
>    fout.write(parts[0]+' '+parts[1]+' '+parts[4])<br>
><br>
<br>
</span>it is better not use this way to concatenate string, but it is better<br>
to use .format function<br>
<div class="HOEnZb"><div class="h5"><br>
> Maybe not the best code.. but it seem to works..<br>
><br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
ciao<br>
Luca<br>
<br>
<a href="http://www.lucadelu.org" rel="noreferrer" target="_blank">www.lucadelu.org</a><br>
</font></span></blockquote></div><br></div>