mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
fix PEP8 "E225 missing whitespace around operator"
This commit is contained in:
parent
c54cabe741
commit
7e17fafc14
5 changed files with 6 additions and 6 deletions
|
|
@ -128,7 +128,7 @@ def main():
|
|||
p = FDroidPopen(['keytool', '-list',
|
||||
'-alias', keyalias, '-keystore', config['keystore'],
|
||||
'-storepass:file', config['keystorepassfile']])
|
||||
if p.returncode !=0:
|
||||
if p.returncode != 0:
|
||||
logging.info("Key does not exist - generating...")
|
||||
p = FDroidPopen(['keytool', '-genkey',
|
||||
'-keystore', config['keystore'], '-alias', keyalias,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue