fix: Wireless cyclic index remains unchanged (#4083)
parent
15af6c97f8
commit
525e2091b0
|
|
@ -115,6 +115,7 @@ def generate_while_loop(current_index: int):
|
||||||
index = current_index
|
index = current_index
|
||||||
while True:
|
while True:
|
||||||
yield index, index
|
yield index, index
|
||||||
|
index += 1
|
||||||
|
|
||||||
|
|
||||||
def loop(workflow_manage_new_instance, node: INode, generate_loop):
|
def loop(workflow_manage_new_instance, node: INode, generate_loop):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue