From 3228ccd2462deccdb818b20912eb1ab063048a83 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 13 Mar 2026 14:44:31 +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 feeab9e..290d585 100644 --- a/dagflow/dagflow.py +++ b/dagflow/dagflow.py @@ -420,7 +420,7 @@ where status in ['pending', 'running'] 'instance_id': inst['id'] }) return True - some = extract_some_value(join): + some = extract_some_value(join) sql = """select * from node_transfer where instance_id=${instance_id}$ and to_node_id = ${node_id}$"""