iterate architecture subsystems
This commit is contained in:
parent
4d1237b6fd
commit
a5c852f2e8
3 changed files with 8 additions and 4 deletions
|
@ -16,7 +16,7 @@ class Synchronization:
|
|||
|
||||
def run(self):
|
||||
for architecture in self.remote:
|
||||
for subsystem in architecture.subsystems.values():
|
||||
for subsystem in architecture:
|
||||
for _, package in sorted(subsystem.catalog.packages.items()):
|
||||
f = file.File(
|
||||
os.path.join(self.remote.location, subsystem.path),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue