fix PEP8 "E225 missing whitespace around operator"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:30:44 -04:00
parent c54cabe741
commit 7e17fafc14
5 changed files with 6 additions and 6 deletions

View file

@ -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,