Martin Landa wrote:

> > I'm running a few functions inside grass.run_command and I wanted to use the
> > --quiet flag but I cannot find any information about it. I have tried
> > flag='q', flag='--quiet' and jut '--quiet' but non of these are accepted.
> 
> use `quiet` flag instead, e.g.
> 
> grass.run_command(v.build, map = "name", quiet = True)

Similarly, "verbose = True" for --verbose and "overwrite = True" for
--overwrite.

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

Reply via email to