Typo
This commit is contained in:
parent
77df48060a
commit
21f719977c
|
@ -50,7 +50,7 @@ class NodeInstance():
|
|||
except AttributeError:
|
||||
self.state = 'stop'
|
||||
|
||||
if self.name = self.this_node:
|
||||
if self.name == self.this_node:
|
||||
if self.state == 'flush':
|
||||
self.flush()
|
||||
if self.state == 'unflush':
|
||||
|
|
Loading…
Reference in New Issue