architectures
This commit is contained in:
parent
efb590b72e
commit
5fe26606e0
4 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ class Repository:
|
|||
d = {}
|
||||
_, architectures, _ = next(os.walk(distribution))
|
||||
for architecture in [a for a in architectures
|
||||
if a in remote.ARCHITECTURES]:
|
||||
if a in msys.ARCHITECTURES]:
|
||||
directory = os.path.join(distribution, architecture)
|
||||
_, _, files = next(os.walk(directory))
|
||||
archives = sorted([file for file in files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue