fix pylint unused-argument

This commit is contained in:
Hans-Christoph Steiner 2017-04-13 12:30:04 +02:00
parent 12c80f9062
commit 17cd07f1a7
6 changed files with 18 additions and 17 deletions

View file

@ -1137,7 +1137,7 @@ def scan_apk(apkcache, apkfilename, repodir, knownapks, use_date_from_apk):
apk['minSdkVersion'] = 1
# Check for debuggable apks...
if common.isApkAndDebuggable(apkfile, config):
if common.isApkAndDebuggable(apkfile):
logging.warning('{0} is set to android:debuggable="true"'.format(apkfile))
# Get the signature (or md5 of, to be precise)...