Skip to content

Commit 525e209

Browse files
authored
fix: Wireless cyclic index remains unchanged (#4083)
1 parent 15af6c9 commit 525e209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/application/flow/step_node/loop_node/impl/base_loop_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def generate_while_loop(current_index: int):
115115
index = current_index
116116
while True:
117117
yield index, index
118+
index += 1
118119

119120

120121
def loop(workflow_manage_new_instance, node: INode, generate_loop):

0 commit comments

Comments
 (0)