One remaining dump badging without output=False

This commit is contained in:
Daniel Martí 2014-12-31 17:18:19 +01:00
parent 14f654fabc
commit cba9f25c49

View file

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