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

@ -107,7 +107,7 @@ def auto(args, dry=False):
paths = pmb.helpers.repo.apkindex_files(args, arch, alpine=False)
for path in paths:
logging.info("scan " + path)
index = pmb.parse.apkindex.parse(args, path, False)
index = pmb.parse.apkindex.parse(path, False)
for pkgname, apk in index.items():
origin = apk["origin"]
# Only increase once!