This commit is contained in:
yumoqing 2026-03-13 14:41:57 +08:00
parent 6b19f14ee8
commit 7e54e608bb

View File

@ -366,7 +366,7 @@ where backid=${backid}$
await sor.C('node_execution', ns) await sor.C('node_execution', ns)
async def is_ok_to_create_new_node_exe(self, sor, node, edges, inst): async def is_ok_to_create_new_node_exe(self, sor, node, edges, inst):
join = node.get('join) join = node.get('join')
if join is None: if join is None:
return True return True
return False return False