소스 검색

Merge remote-tracking branch 'origin/eta/1.8.4' into debug

Roc 1 년 전
부모
커밋
d12c8882ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/data_manage/edb_info_calculate.go

+ 1 - 1
controllers/data_manage/edb_info_calculate.go

@@ -1166,7 +1166,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
 	}