This commit is contained in:
Joshua Boniface 2018-06-11 02:20:46 -04:00
parent 77df48060a
commit 21f719977c
1 changed files with 1 additions and 1 deletions

View File

@ -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':