We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
updated
1 parent 69ff181 commit cc32b2aCopy full SHA for cc32b2a
Blackprint/Node.py
@@ -98,7 +98,7 @@ def _bpUpdate(this):
98
cour = this.update(None)
99
if(asyncio.iscoroutine(cour)): asyncio.run(cour)
100
this._bpUpdating = False
101
- # this.iface.emit('updated')
+ this.iface.emit('updated')
102
103
if(this.routes.out == None):
104
if(isMainFuncNode and thisIface.node.routes.out != None):
0 commit comments