From c1bca0a8e0ad84400863c681f7588f6d118b1898 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 17 Mar 2026 11:46:52 +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 70bb47b..e066a8a 100644 --- a/dagflow/dagflow.py +++ b/dagflow/dagflow.py @@ -405,7 +405,7 @@ where backid=${backid}$ }) elif node['type'] == 'end': await self.create_end_node_execution(sor, inst) - debug('f'{node=}是终点节点,直接结束') + debug('f{node=}是终点节点,直接创建结束节点') continue await sor.C('node_execution', ns)