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)