Ver código fonte

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

Roc 1 ano atrás
pai
commit
d12c8882ba
1 arquivos alterados com 1 adições e 1 exclusões
  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
 	}