fox update of param2path dict
Change-Id: Ie8de3d7f549ba29954058f3d516d1c3965932aa0
This commit is contained in:
parent
2cd66c2e08
commit
6929422b94
@ -136,7 +136,7 @@ class SeaClient(ProxyClient, Module):
|
||||
def register_obj(self, module, obj):
|
||||
self.objects.add(obj)
|
||||
for k, v in module.path2param.items():
|
||||
self.path2param.setdefault(k, []).extend(v)
|
||||
self.path2param.setdefault(k, []).extend(v)
|
||||
self.register_callback(module.name, module.updateEvent)
|
||||
|
||||
def startModule(self, start_events):
|
||||
|
Loading…
x
Reference in New Issue
Block a user