Fix outdated exception handlers for singleWorker._getKeysForAddress() #2212
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-28#2212
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "gitea-88"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi!
I found some incorrect exception handlers in the
singleWorker
afterc1ca7044d2
, maybe they are rebase artifacts.singleWorker._getKeysForAddress()
handles those (configparser.NoSectionError
,configparser.NoOptionError
) turning them into theValueError
becausehighlevelcrypto.decodeWalletImportFormat()
also rises it now.