archive
This commit is contained in:
parent
4a106b9c7d
commit
121441077a
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ class Remote:
|
|||
c = {}
|
||||
for architecture in self.architectures:
|
||||
location = os.path.join(self.location, DISTRIBUTION, architecture)
|
||||
archive = hypertext.HyperText(location).archive
|
||||
a[architecture] = archive
|
||||
a[architecture] = hypertext.HyperText(location).archive
|
||||
#
|
||||
c[architecture] = {}
|
||||
for ss in self.subsystems:
|
||||
|
|
Loading…
Reference in a new issue