mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
fix pylint unused-argument
This commit is contained in:
parent
12c80f9062
commit
17cd07f1a7
6 changed files with 18 additions and 17 deletions
|
@ -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)...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue