<div dir="ltr">Hi,<div><br></div><div>I just wanted to know how to set mutliple flags when calling a module via python.</div><div>Eg when I use grass.run_command("r.modulename", flags=a b)</div><div>I tried:</div>
<div>1) flags=["a","b"]</div><div>2) flags="a,b"</div><div>3) flags="a b"</div><div><br></div><div>So how can I call a module with multiple flags set in python?</div><div><br></div>
<div>Thank you for your answers!</div><div><br></div><div>Best regards,</div><div>Johannes</div></div>