Skip to content

Commit 317f8d8

Browse files
committed
fix sub graph update issue
1 parent f8ee642 commit 317f8d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example_auto_nodes/node_base/subgraph_node.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def run(self):
9090
for node in self.sub_graph_input_nodes:
9191
if node.get_property('input index') == index:
9292
node.cook()
93-
break
9493
self._run_ports = []
9594
else:
9695
[node.cook() for node in self.sub_graph_input_nodes]

0 commit comments

Comments
 (0)