Browse Source

Show the wallet path in -v output

283
Neil Booth 9 years ago
parent
commit
0dcaa13d31
  1. 2
      lib/wallet.py

2
lib/wallet.py

@ -139,7 +139,7 @@ class WalletStorage(PrintError):
if 'ANDROID_DATA' not in os.environ:
import stat
os.chmod(self.path, mode)
self.print_error("saved")
self.print_error("saved", self.path)

Loading…
Cancel
Save