1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-23 12:35:12 +03:00

pmb.parse.apkindex.parse: remove unused args argument (MR 2136)

This commit is contained in:
BO41 2021-11-09 12:53:59 +01:00 committed by Oliver Smith
parent 99bed38272
commit 379991aa62
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
5 changed files with 12 additions and 12 deletions

View file

@ -458,7 +458,7 @@ def apkbuild_parse(args):
def apkindex_parse(args):
result = pmb.parse.apkindex.parse(args, args.apkindex_path)
result = pmb.parse.apkindex.parse(args.apkindex_path)
if args.package:
if args.package not in result:
raise RuntimeError("Package not found in the APKINDEX: " +