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)