Bug #457
closedBank Name broken for VX-8R
0%
Description
Open any 8r image or clone from the radio then select Bank Names:
Traceback (most recent call last):
File "/home/nevyn/repos/chirp.hg/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/home/nevyn/repos/chirp.hg/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/home/nevyn/repos/chirp.hg/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'
Updated by Dan Smith almost 12 years ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to 0.3.0
Traceback (most recent call last):
File "/home/dan/dev/chirp/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/home/dan/dev/chirp/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/home/dan/dev/chirp/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'
Closing 0
Updated by Debbie Fligor almost 12 years ago
In case it's helpful, I'm seeing this on my ic-92ad and id-31 as well. here's the ic-92 log:
Traceback (most recent call last):
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/editorset.py", line 353, in tab_selected
v.focus()
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/bankedit.py", line 108, in focus
self.refresh()
File "/Users/fligor/bin/chirp-daily-20130122.app/Contents/Resources/chirp/chirpui/bankedit.py", line 52, in refresh
job = BankNamesJob(self._bm, self, got_banks)
AttributeError: 'BankNameEditor' object has no attribute '_bm'
Updated by Tom Hayward almost 12 years ago
- Model affected changed from VX-8R to (All models)
- Platform changed from Linux to All
Dan, it looks like you broke this in r1811. I don't understand exactly what you're doing, but you assign @self.__bm@, then call @self._bm@.