This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
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
d0b97967a7
6d9a65aab5
commit
c29e743cdb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
}
}
Write
Preview
Loading…
Cancel
Save