Roc 10 months ago
parent
commit
db924409b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/data_manage/edb_info_calculate.go

+ 1 - 1
controllers/data_manage/edb_info_calculate.go

@@ -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
 		return
 	}