Skip to content

Commit c518a7b

Browse files
author
Leandro Inocencio
committed
Fix node now is self
1 parent 9ff67c2 commit c518a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeGraphQt/base/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def update_streams(self, *args):
782782
nodes = []
783783
trash = []
784784

785-
for port, nodeList in node.connected_output_nodes().items():
785+
for port, nodeList in self.connected_output_nodes().items():
786786
nodes.extend(nodeList)
787787

788788
while nodes:

0 commit comments

Comments
 (0)