architectures

This commit is contained in:
Marc Beninca 2021-10-10 03:55:22 +02:00 committed by Marc Beninca
parent efb590b72e
commit 5fe26606e0
4 changed files with 3 additions and 3 deletions

View file

@ -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