
My apologies, but I found a silly error that I made during refactoring that broke VFO memories. Attached is the fixed changeset.
Okay, I applied it despite these style failures:
./chirp/drivers/th350.py:271:80: E501 line too long (93 > 79 characters) ./chirp/drivers/th350.py:340:23: E127 continuation line over-indented for visual indent ./chirp/drivers/th350.py:348:20: E127 continuation line over-indented for visual indent ./chirp/drivers/th350.py:349:20: E127 continuation line over-indented for visual indent ./chirp/drivers/th350.py:350:20: E127 continuation line over-indented for visual indent ./chirp/drivers/th350.py:361:49: E502 the backslash is redundant between brackets ./chirp/drivers/th350.py:365:48: E502 the backslash is redundant between brackets ./chirp/drivers/th350.py:372:21: E127 continuation line over-indented for visual indent
Can you submit a follow-up patch based on the current tip to correct these?
Thanks!
--Dan