Browse Source

Merge pull request '统一错误提示信息' (#1203) from fix-1068 into V20211228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1203
tags/v1.21.12.2^2
lewis 3 years ago
parent
commit
c29e743cdb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

+ 1
- 1
routers/repo/cloudbrain.go View File

@@ -294,7 +294,7 @@ func CloudBrainRestart(ctx *context.Context) {
if count >= 1 {
log.Error("the user already has running or waiting task", ctx.Data["MsgID"])
resultCode = "-1"
errorMsg = "the user already has running or waiting task"
errorMsg = "you have already a running or waiting task, can not create more"
break
}
}


Loading…
Cancel
Save