commit 7684c0543b24d0a5eef388a2dbd08f982b0979ad
parent 6e54d2206ce6ce0d8dab8485eab6c21ac7d232c8
Author: ThomasV <thomasv1@gmx.de>
Date: Fri, 29 Nov 2013 08:41:25 -0800
Merge pull request #471 from Zomnut/master
Fix for resetting options to default on program start when in portable mode
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/simple_config.py b/lib/simple_config.py
@@ -30,8 +30,7 @@ a SimpleConfig instance then reads the wallet file.
# user conf, writeable
self.user_config = {}
- if options.get('portable') == False:
- self.read_user_config()
+ self.read_user_config()