<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 14, 2014 at 7:08 AM, Glynn Clements <span dir="ltr"><<a href="mailto:glynn@gclements.plus.com" target="_blank">glynn@gclements.plus.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">> In [2]: cmd_list = ['r.mapcalc', 'expression="elev100=elevation*100"', '--o']<br>


<br>
</div>This is wrong. The double-quote characters shouldn't be there.</blockquote></div><br></div><div class="gmail_extra">It took me some time to realize that quotes in<br><br></div><div class="gmail_extra">r.mapcalc expression="a = b"<br>

<br></div><div class="gmail_extra">are processed by shell and that the above is equal to<br><br>r.mapcalc "expression=a = b"<br></div></div>