Skip to content

Commit cc32b2a

Browse files
committed
Emit updated event
1 parent 69ff181 commit cc32b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Blackprint/Node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _bpUpdate(this):
9898
cour = this.update(None)
9999
if(asyncio.iscoroutine(cour)): asyncio.run(cour)
100100
this._bpUpdating = False
101-
# this.iface.emit('updated')
101+
this.iface.emit('updated')
102102

103103
if(this.routes.out == None):
104104
if(isMainFuncNode and thisIface.node.routes.out != None):

0 commit comments

Comments
 (0)