@@ -1164,7 +1164,7 @@ func (this *ChartInfoController) ExecPythonCode() {
return
}
if resp.Ret != 200 {
- br.Msg = "python代码执行失败,请检查代码"
+ br.Msg = "python代码执行失败,请检查代码:" + resp.Msg
br.ErrMsg = "python代码执行失败,Err:" + resp.ErrMsg