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