chiark / gitweb /
One remaining dump badging without output=False
authorDaniel Martí <mvdan@mvdan.cc>
Wed, 31 Dec 2014 16:18:19 +0000 (17:18 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 31 Dec 2014 16:18:19 +0000 (17:18 +0100)
fdroidserver/update.py

index 42806ce5b3f411132d5037d473c88c17c99cbb4a..1ec8dad5f66c87b028a8722022efac3c3accb942 100644 (file)
@@ -436,7 +436,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
             thisinfo['features'] = set()
             thisinfo['icons_src'] = {}
             thisinfo['icons'] = {}
-            p = SdkToolsPopen(['aapt', 'dump', 'badging', apkfile])
+            p = SdkToolsPopen(['aapt', 'dump', 'badging', apkfile], output=False)
             if p.returncode != 0:
                 if options.delete_unknown:
                     if os.path.exists(apkfile):