9 Feb
2015
9 Feb
'15
1:23 p.m.
# HG changeset patch # User K. Arvanitis kosta@alumni.uvic.ca # Date 1423513070 28800 # Mon Feb 09 12:17:50 2015 -0800 # Node ID f74f533828ed82b85ab08301c8e4e6ae5faf5370 # Parent bc148153a962d29a088663a8679e0962de04b720 Fixup wouxun radio settings
Thanks for jumping on this.
raise errors.RadioError("Radio did not accept block at %04x" % addr)
raise errors.RadioError("Radio did not accept block at %04x" % \
addr)
freqranges = RadioSettingGroup("freqranges", "Freq ranges (read only)")
freqranges = RadioSettingGroup("freqranges", "Freq Ranges (read only)")
I applied this because we want to make sure to get it fixed right now. However, in the future, I'd prefer to have style/cleanup stuff separate from functional changes. It makes it easier to read the history and to bisect for changes.
Thanks!
--Dan