Fix some more pep8 warnings

This commit is contained in:
Daniel Martí 2014-05-28 09:33:14 +02:00
parent fd417425ae
commit 0f0ccdb1e1
5 changed files with 7 additions and 5 deletions

View file

@ -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']