22 Jan
2015
22 Jan
'15
7:50 a.m.
''' _limit = int(self._memobj.limits.lower_vhf) / 10 rs = RadioSetting("limits.lower_vhf", "VHF Lower Limit (115-239 MHz)", RadioSettingValueInteger(115, 235, _limit))
@@ -429,7 +431,9 @@ obj.lower_vhf = value rs.set_apply_callback(apply_limit, self._memobj.limits) basic.append(rs)
'''
It's really confusing to comment out code like this. I'd prefer that we don't comment out code at all, but if necessary, please use hash marks. Since we have version control, I'd rather you just remove these if they're buggy and add them back when they're fixed.
Thanks!
--Dan