From 947c03fd7efde85dd4d52ff1548d2ebd7f87a9a5 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 12 Jun 2024 15:15:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BF=AB=E9=80=9F=E5=88=86=E5=8F=91?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=8F=92=E4=BB=B6=E6=94=AF=E6=8C=81=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=BA=90=E7=B1=BB=E5=9E=8B=20#7474?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../collections/sites/open/job/fast_push_file/v3_0.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_plugins/components/collections/sites/open/job/fast_push_file/v3_0.py b/pipeline_plugins/components/collections/sites/open/job/fast_push_file/v3_0.py index ad4e595ec..1f358e74f 100644 --- a/pipeline_plugins/components/collections/sites/open/job/fast_push_file/v3_0.py +++ b/pipeline_plugins/components/collections/sites/open/job/fast_push_file/v3_0.py @@ -153,7 +153,7 @@ def execute(self, data, parent_data): } ) else: - data.outputs.requests_error = "Request Error:\n{}".format("只支持服务器和源文件类型") + data.outputs.ex_data = "只支持服务器和源文件类型" return False select_method = data.get_one_of_inputs("select_method")