Actions
Bug #10705
closedUnable to right-click if select-all includes errors
Start date:
07/05/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
All
Platform:
MacOS
I read the instructions above:
Description
Use chirp fake live with errors, select all, right-click:
ERROR: Failed to load memory 3 as error because: Error
ERROR: Failed to load memory 4 as error because: Error
Traceback (most recent call last):
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1572, in _memory_rclick
empty_selected = any([self._memory_cache[r].empty
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1572, in <listcomp>
empty_selected = any([self._memory_cache[r].empty
KeyError: 2
Updated by Dan Smith over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|eb40ff89f7c51e27ccf30fa2fd0de4274e7ce1ad.
Actions