parent
86cf3a57ee
commit
0b9b803493
|
@ -59,7 +59,6 @@ class NodeInstance():
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
self.domain_state = 'unknown'
|
self.domain_state = 'unknown'
|
||||||
|
|
||||||
if self.name == self.this_node:
|
|
||||||
# toggle state management of this node
|
# toggle state management of this node
|
||||||
if self.domain_state == 'flush' and self.inflush == False:
|
if self.domain_state == 'flush' and self.inflush == False:
|
||||||
self.flush()
|
self.flush()
|
||||||
|
|
Loading…
Reference in New Issue