Hi there<div>I have tried:</div><div>check_input= grass.run_command("g.findfile", element='cell', file=i, mapset=mapsetc, quiet="True") </div><div>and I still got that boring print . What am I missing?</div>
<div>Thanks<br><br><div class="gmail_quote">On Mon, Oct 18, 2010 at 11:06 AM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
Martin Landa wrote:<br>
<br>
> > I'm running a few functions inside grass.run_command and I wanted to use the<br>
> > --quiet flag but I cannot find any information about it. I have tried<br>
> > flag='q', flag='--quiet' and jut '--quiet' but non of these are accepted.<br>
><br>
> use `quiet` flag instead, e.g.<br>
><br>
> grass.run_command(v.build, map = "name", quiet = True)<br>
<br>
</div>Similarly, "verbose = True" for --verbose and "overwrite = True" for<br>
--overwrite.<br>
<font color="#888888"><br>
--<br>
Glynn Clements <<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>><br>
</font></blockquote></div><br></div>