Skip to content

Commit

Permalink
feat: 快速分发文件插件支持文件源类型 TencentBlueKing#7474
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej committed Jun 12, 2024
1 parent 242312c commit 947c03f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 947c03f

Please sign in to comment.