chiark / gitweb /
Set correct defaults for Binaries metadata field
[fdroidserver.git] / fdroidserver / publish.py
index 346a534ef6fcf57f68d16f7eb85fb2f39018adda..39f601c4f057ccc14fac25f5b4b51a8f996b5ee1 100644 (file)
@@ -119,7 +119,7 @@ def main():
             sys.exit(1)
         app = allapps[appid]
 
-        if 'Binaries' in app:
+        if app.get('Binaries', None):
 
             # It's an app where we build from source, and verify the apk
             # contents against a developer's binary, and then publish their