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: else:
build[k] = [] build[k] = []
elif (flagtype(k) == TYPE_STRING or flagtype(k) == TYPE_INT) \ 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) build[k] = str(v)
builds.append(build) builds.append(build)