mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Fix some more pep8 warnings
This commit is contained in:
parent
fd417425ae
commit
0f0ccdb1e1
5 changed files with 7 additions and 5 deletions
|
@ -129,7 +129,7 @@ def update_wiki(apps, apks):
|
|||
if 'disable' in thisbuild:
|
||||
if thisbuild['vercode'] == app['Current Version Code']:
|
||||
cantupdate = True
|
||||
#TODO: Nasty: vercode is a string in the build, and an int elsewhere
|
||||
# TODO: Nasty: vercode is a string in the build, and an int elsewhere
|
||||
apklist.append({'versioncode': int(thisbuild['vercode']),
|
||||
'version': thisbuild['version'],
|
||||
'buildproblem': thisbuild['disable']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue