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:
parent
99bed38272
commit
379991aa62
5 changed files with 12 additions and 12 deletions
|
@ -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: " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue