subsystems
This commit is contained in:
parent
4397a20bfd
commit
7137302461
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ class Remote:
|
|||
def __init__(self, args):
|
||||
self.location = args[arguments.REMOTE]
|
||||
self.architectures = args[arguments.ARCHITECTURES]
|
||||
self.subsystems = args[arguments.SUBSYSTEMS]
|
||||
self.load()
|
||||
|
||||
def load(self):
|
||||
|
|
Loading…
Reference in a new issue