commit 0dcaa13d314225826c40bf578e199adda1e5c23e
parent e9384f15ed80ded5fa5723b00171009c98419206
Author: Neil Booth <kyuupichan@gmail.com>
Date: Sat, 14 Nov 2015 16:14:00 +0900
Show the wallet path in -v output
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/wallet.py b/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)