Show the wallet path in -v output
This commit is contained in:
@@ -139,7 +139,7 @@ class WalletStorage(PrintError):
|
|||||||
if 'ANDROID_DATA' not in os.environ:
|
if 'ANDROID_DATA' not in os.environ:
|
||||||
import stat
|
import stat
|
||||||
os.chmod(self.path, mode)
|
os.chmod(self.path, mode)
|
||||||
self.print_error("saved")
|
self.print_error("saved", self.path)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user