[chirp_users] CHIRP 0.1.11b7
Jan L. Peterson
Tue Mar 22 16:18:08 PDT 2011
On Mar 22, 2011, at 5:12 PM, Dan Smith wrote:
>> Shouldn't be too hard to fix this one. :-)
>
> Yep, good spotting. Try the attached (on top of the previous) to see if
> it works.
Your patch looks very similar to mine! :-)
I think yours is a little wrong, though, as you continue to pass two args to the formatter:
return "MNA", "%03i" % (self._vfo, number)
I think should be just
return "MNA", "%03i" % (number)
While my python-fu is weak, I think I'm getting stronger every day. Thanks for your help.
-jan-
--
Jan L. Peterson (KD7ZWV)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20110322/2e630860/attachment.html
More information about the chirp_users
mailing list