fix clearing target on secnode
This commit is contained in:
@ -645,7 +645,7 @@ class FrappyNode(SecNodeDevice, Moveable):
|
||||
|
||||
def _disconnect(self):
|
||||
super()._disconnect()
|
||||
self.target = ''
|
||||
self._setROParam('target', '')
|
||||
|
||||
def get_info(self):
|
||||
result = self.doRead() or ''
|
||||
|
Reference in New Issue
Block a user