Hi,

2013/4/8 Johannes Radinger <[email protected]>:
> I just wanted to know how to set mutliple flags when calling a module via
> python.
> Eg when I use grass.run_command("r.modulename", flags=a b)
> I tried:
> 1) flags=["a","b"]
> 2) flags="a,b"
> 3) flags="a b"
>
> So how can I call a module with multiple flags set in python?

flags = "ab"

Martin
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to