path/subsystem
This commit is contained in:
parent
e9e6994c62
commit
bb36a79cbf
4 changed files with 13 additions and 15 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue