From 40884a97dcea26f2b44afbb97b90c8359b0c5282 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 13 Mar 2026 14:43:32 +0800 Subject: [PATCH] bugfix --- dagflow/dagflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagflow/dagflow.py b/dagflow/dagflow.py index 017ec61..feeab9e 100644 --- a/dagflow/dagflow.py +++ b/dagflow/dagflow.py @@ -322,7 +322,7 @@ where backid=${backid}$ 'ctx': ctx, 'node': node } - on_array = await self.get_multiple_array(m_on): + on_array = await self.get_multiple_array(m_on) for e in on_array: nnodes.add((edge['to'], str(e))) for node, ctx_ext in nnodes: