tfollow up afcc37ec34645d8835f7efa0204e843c163d9d29 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 628a9e052144093026bc10748f1819ae1e89fae7
DIR parent afcc37ec34645d8835f7efa0204e843c163d9d29
HTML Author: ThomasV <thomasv@electrum.org>
Date: Fri, 13 Oct 2017 10:56:59 +0200
follow up afcc37ec34645d8835f7efa0204e843c163d9d29
Diffstat:
M lib/simple_config.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
DIR diff --git a/lib/simple_config.py b/lib/simple_config.py
t@@ -147,8 +147,7 @@ class SimpleConfig(PrintError):
f = open(path, "w")
f.write(s)
f.close()
- if 'ANDROID_DATA' not in os.environ:
- os.chmod(path, stat.S_IREAD | stat.S_IWRITE)
+ os.chmod(path, stat.S_IREAD | stat.S_IWRITE)
def get_wallet_path(self):
"""Set the path of the wallet."""