chiark / gitweb /
fix indentation
authorMichael Pöhn <michael.poehn@fsfe.org>
Tue, 16 May 2017 13:26:59 +0000 (15:26 +0200)
committerMichael Pöhn <michael.poehn@fsfe.org>
Tue, 4 Jul 2017 09:51:08 +0000 (11:51 +0200)
fdroidserver/metadata.py

index 481f10c66f5823ff2eaee0f29760ba87bb104470..3e0dfcee7caf0c19dc8bd4d71732aaa78f1dc336 100644 (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)