mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
parent
01a2d12787
commit
9cd79ec2e5
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class WalletDB(JsonDB):
|
||||||
d = ast.literal_eval(s)
|
d = ast.literal_eval(s)
|
||||||
labels = d.get('labels', {})
|
labels = d.get('labels', {})
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise IOError("Cannot read wallet file")
|
raise WalletFileException("Cannot read wallet file. (parsing failed)")
|
||||||
self.data = {}
|
self.data = {}
|
||||||
for key, value in d.items():
|
for key, value in d.items():
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue