mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
Show the wallet path in -v output
This commit is contained in:
parent
e9384f15ed
commit
0dcaa13d31
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue