mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 10:05:26 -04:00
[PR #307] [CLOSED] fix when error can't show anything #373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/307
Author: @Hsun1128
Created: 10/23/2024
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (2)
1fd345ffix when error can't show anything34cbd48add print('finished') when runing success📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
examples/pipelines/integrations/python_code_pipeline.py(+2 -2)📄 Description
When return CalledProcessError can't show anything in open-webui
fix problem
when code error can't show anything in open-webui
return e.output.strip(), e.returncode->return e.stdeer.strip(), e.returncodeadd print('finished') when runing success
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.