This commit is contained in:
Marc Beninca 2021-10-10 03:46:44 +02:00 committed by Marc Beninca
parent 4a106b9c7d
commit 121441077a

View file

@ -35,8 +35,7 @@ class Remote:
c = {} c = {}
for architecture in self.architectures: for architecture in self.architectures:
location = os.path.join(self.location, DISTRIBUTION, architecture) location = os.path.join(self.location, DISTRIBUTION, architecture)
archive = hypertext.HyperText(location).archive a[architecture] = hypertext.HyperText(location).archive
a[architecture] = archive
# #
c[architecture] = {} c[architecture] = {}
for ss in self.subsystems: for ss in self.subsystems: