<div><br></div><div>In some functions, for instance g.remove even after using quiet=True ther warnings are still beng printed. was tha expected?</div><br>Regarding GDALWARP, I&#39;m running this command:<div>grass.debug(&quot;gdalwarp -t_srs %s -srcnodata %s -dstnodata %s -tr %s %s %s %s&quot; % (proj_location, no_value, no_value, t_srx, t_sry, input, tempfile))</div>
<div>can I use something in order to avoid all the printing that this does?<br><br><div class="gmail_quote">On Mon, Oct 18, 2010 at 1:23 PM, Martin Landa <span dir="ltr">&lt;<a href="mailto:landa.martin@gmail.com">landa.martin@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">[please keep discussion on ML]<br>
<div class="im"><br>
2010/10/18 Helena Herrera &lt;<a href="mailto:helenaherrera1980@gmail.com">helenaherrera1980@gmail.com</a>&gt;:<br>
</div><div class="im">&gt; Maybe I was not clear. What GRASS is doing is printing and I don&#39;t want ot<br>
&gt; print those messages. So, what you are saying is that I&#39;m not able to avoid<br>
&gt; the printing og g.findfile?<br>
<br>
</div>as I wrote in the previous mail use grass.find_file(). Seems to me<br>
that I am not understanding well, running<br>
<br>
grass.run_command(&#39;g.findfile&#39;, ..., stdout = file(os.devnull, &#39;w&#39;))<br>
<br>
is quite meaningless.<br>
<div><div></div><div class="h5"><br>
Martin<br>
<br>
--<br>
Martin Landa &lt;landa.martin <a href="http://gmail.com" target="_blank">gmail.com</a>&gt; * <a href="http://geo.fsv.cvut.cz/~landa" target="_blank">http://geo.fsv.cvut.cz/~landa</a><br>
</div></div></blockquote></div><br></div>