architectures
This commit is contained in:
parent
f849bca87c
commit
bb230e0c6d
6 changed files with 26 additions and 10 deletions
|
@ -11,7 +11,6 @@ import repository
|
|||
class Remote(repository.Repository):
|
||||
def __init__(self, args):
|
||||
super().__init__(args[arguments.REMOTE])
|
||||
self.architectures = args[arguments.ARCHITECTURES]
|
||||
self.subsystems = args[arguments.SUBSYSTEMS]
|
||||
self.load()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue