mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
fix pylint unused-argument
This commit is contained in:
parent
12c80f9062
commit
17cd07f1a7
6 changed files with 18 additions and 17 deletions
|
@ -735,7 +735,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
|||
src = os.path.normpath(apks[0])
|
||||
|
||||
# Make sure it's not debuggable...
|
||||
if common.isApkAndDebuggable(src, config):
|
||||
if common.isApkAndDebuggable(src):
|
||||
raise BuildException("APK is debuggable")
|
||||
|
||||
# By way of a sanity check, make sure the version and version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue