mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
fix PEP8 "E231 missing whitespace after ','"
This commit is contained in:
parent
f1812d5935
commit
998011d535
7 changed files with 25 additions and 25 deletions
|
|
@ -171,7 +171,7 @@ def main():
|
|||
lastcommit, app['Update Check Mode']))
|
||||
|
||||
# No proper license
|
||||
if app['License'] in ('Unknown','None',''):
|
||||
if app['License'] in ('Unknown', 'None', ''):
|
||||
warn("License was not set")
|
||||
|
||||
# Summary size limit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue