From edc47d6747299819be8a7d6a45e1f204c115eeb6 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 30 Oct 2024 18:25:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dai=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E5=9B=9E=E7=AD=94=E4=BF=A9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/application/flow/workflow_manage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/application/flow/workflow_manage.py b/apps/application/flow/workflow_manage.py index b02901d91..41213446e 100644 --- a/apps/application/flow/workflow_manage.py +++ b/apps/application/flow/workflow_manage.py @@ -405,7 +405,6 @@ class WorkflowManage: def run_node(self, node): result = node.run() - result.write_context(node, self) return result def is_result(self, current_node, current_node_result):