Delete a node work

This commit is contained in:
Julien Duponchelle
2016-05-13 17:49:28 +02:00
parent be1efe8327
commit 885d93be02
3 changed files with 5 additions and 5 deletions

View File

@ -105,7 +105,7 @@ class BaseNode:
def status(self, status):
self._node_status = status
self._project.emit("node.{}".format(status), self)
self._project.emit("node.updated", self)
@property
def command_line(self):