feat(cmd/joj3): remove teapot pretty exception env var

as it has already been set in teapot
This commit is contained in:
张泊明518370910136 2025-01-29 08:59:46 -05:00
parent 41734ef5d5
commit 8e20028aac
GPG Key ID: D47306D7062CDA9D

View File

@ -22,7 +22,6 @@ func Run(conf *conf.Conf) (
runResult RunResult, err error,
) {
os.Setenv("LOG_FILE_PATH", conf.Teapot.LogPath)
os.Setenv("_TYPER_STANDARD_TRACEBACK", "1")
if env.Attr.Actor == "" ||
env.Attr.Repository == "" ||
strings.Count(env.Attr.Repository, "/") != 1 ||