1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 14:30:11 +01:00

fix indentation

This commit is contained in:
Michael Pöhn 2017-05-16 15:26:59 +02:00
parent 3cb936ae92
commit 056a28f897

View File

@ -840,7 +840,7 @@ def post_metadata_parse(app):
else:
build[k] = []
elif (flagtype(k) == TYPE_STRING or flagtype(k) == TYPE_INT) \
and type(v) in (float, int):
and type(v) in (float, int):
build[k] = str(v)
builds.append(build)