[GRASS-dev] Using --quiet flag in grass.run_command

Martin Landa landa.martin at gmail.com
Mon Oct 18 05:42:18 EDT 2010


Hi,

2010/10/18 Helena Herrera <helenaherrera1980 at gmail.com>:
> 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)

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa


More information about the grass-dev mailing list