URI: 
       tShow the wallet path in -v output - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0dcaa13d314225826c40bf578e199adda1e5c23e
   DIR parent e9384f15ed80ded5fa5723b00171009c98419206
  HTML Author: Neil Booth <kyuupichan@gmail.com>
       Date:   Sat, 14 Nov 2015 16:14:00 +0900
       
       Show the wallet path in -v output
       
       Diffstat:
         M lib/wallet.py                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/wallet.py b/lib/wallet.py
       t@@ -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)