Remove deprecated parameter

This commit is contained in:
Daniel Martí 2013-07-31 19:35:57 +02:00
parent e0e6e711c3
commit a49b405780
3 changed files with 4 additions and 5 deletions

View file

@ -318,7 +318,7 @@ def scan_apks(apps, apkcache, repodir, knownapks):
thisinfo['sdkversion'] = 0
# Check for debuggable apks...
if common.isApkDebuggable(apkfile, sdk_path):
if common.isApkDebuggable(apkfile):
print "WARNING: {0} is debuggable... {1}".format(apkfile, line)
# Calculate the md5 and sha256...