forked from Mirror/pmbootstrap
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
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue