URI: 
       tfix previous commit - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 412ce18201e6a6781d836fad1419284ad22db60f
   DIR parent b9d8b2a5719546452b4f261a4944142ee0d07b13
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 28 Nov 2017 18:26:58 +0100
       
       fix previous commit
       
       Diffstat:
         M electrum                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum b/electrum
       t@@ -340,7 +340,7 @@ if __name__ == '__main__':
        
            # fixme: this can probably be achieved with a runtime hook (pyinstaller)
            if is_bundle and os.path.exists(os.path.join(sys._MEIPASS, 'is_portable')):
       -        config_options.get('portable') = True
       +        config_options['portable'] = True
        
            if config_options.get('portable'):
                config_options['electrum_path'] = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'electrum_data')