mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 23:12:46 +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
|
@ -212,9 +212,9 @@ def check_repomanifest(app, branch=None):
|
|||
if package != appid:
|
||||
return (None, "Package ID mismatch")
|
||||
if not version:
|
||||
return (None,"Couldn't find latest version name")
|
||||
return (None, "Couldn't find latest version name")
|
||||
if not vercode:
|
||||
return (None,"Couldn't find latest version code")
|
||||
return (None, "Couldn't find latest version code")
|
||||
|
||||
vercode = str(int(vercode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue