mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
fix indentation
This commit is contained in:
parent
3cb936ae92
commit
056a28f897
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user