fix missing initialization of node_map in SecopInteractor
This commit is contained in:
1
secop.py
1
secop.py
@ -30,6 +30,7 @@ class SecopInteractor(SecopClient):
|
|||||||
self.param_updates = set()
|
self.param_updates = set()
|
||||||
self.updates = {}
|
self.updates = {}
|
||||||
self.connect()
|
self.connect()
|
||||||
|
node_map.update({k: self for k in self.modules})
|
||||||
self.register_callback(None, updateItem=self.updateItem)
|
self.register_callback(None, updateItem=self.updateItem)
|
||||||
|
|
||||||
def add_main_components(self, components):
|
def add_main_components(self, components):
|
||||||
|
Reference in New Issue
Block a user