path/subsystem

This commit is contained in:
Marc Beninca 2021-10-10 16:42:35 +02:00 committed by Marc Beninca
parent e9e6994c62
commit bb36a79cbf
4 changed files with 13 additions and 15 deletions

View file

@ -25,8 +25,8 @@ class Remote(repository.Repository):
c[architecture] = {}
for subsystem in subsystems:
location = os.path.join(self.location,
msys.get_subsystem(architecture,
subsystem),
architecture.subsystems[subsystem]
.path,
f'{subsystem}{msys.CATALOG}')
binary = requests.get(location).content
c[architecture][subsystem] = catalog.Catalog(binary)