Browse Source

changed to more descriptive exception

283
Jimbo77 12 years ago
parent
commit
cb67ec4454
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -715,7 +715,7 @@ class Wallet:
self.conversion_currency = d.get('conversion_currency', 'USD')
self.theme = d.get('theme', 'Cleanlook')
except:
raise BaseException("cannot read wallet file")
raise IOError("Cannot read wallet file.")
self.update_tx_history()

Loading…
Cancel
Save