chiark / gitweb /
fix pylink 'dict' has no member 'keystore'
authorHans-Christoph Steiner <hans@eds.org>
Thu, 13 Apr 2017 09:58:56 +0000 (11:58 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Tue, 23 May 2017 20:34:16 +0000 (22:34 +0200)
fdroidserver/update.py

index 2e79ea2975cc82f259956f07181efb28e117e3c2..b0ff8d0ae3c92ef956d742125d168e094c797030 100644 (file)
@@ -1538,7 +1538,7 @@ def main():
             config['keydname'] = 'CN=' + config['repo_keyalias'] + ', OU=F-Droid'
             common.write_to_config(config, 'keydname', config['keydname'])
         if 'keystore' not in config:
-            config['keystore'] = common.default_config.keystore
+            config['keystore'] = common.default_config['keystore']
             common.write_to_config(config, 'keystore', config['keystore'])
 
         password = common.genpassword()