Closed Hsun1128 closed 1 month ago
fix problem
when code error can't show anything in open-webui return e.output.strip(), e.returncode -> return e.stdeer.strip(), e.returncode
return e.output.strip(), e.returncode
return e.stdeer.strip(), e.returncode
add print('finished') when runing success
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.returncode
add print('finished') when runing success