mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
fix indentation
This commit is contained in:
parent
3cb936ae92
commit
056a28f897
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue