<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 4, 2013 at 5:05 PM, Dan Smith <span dir="ltr">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; How would I go about getting the &#39;image_version&#39; and &#39;radio_version&#39;<br>
&gt; to display within this error message?<br>
<br>
</div>Might be cleanest to separate out the building of the string from the<br>
raise. Something like:<br>
<br>
msg = (&quot;Upload finished, but the &#39;Other Settings&#39; &quot;<br>
<div class="im">       &quot;could not be sent because the firmware &quot;<br>
</div>       &quot;version of the image (%s) does not match &quot;<br>
       &quot;that of the radio (%s).&quot;)<br>
raise errors.RadioError(msg % (image_version, radio_version))<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div>Slick. Just what I was looking for.<br>Jim<br></div></div>