Browse Source

fix issue

tags/v1.22.11.1^2
zhoupzh 3 years ago
parent
commit
a24371a791
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      routers/api/v1/repo/cloudbrain.go

+ 2
- 1
routers/api/v1/repo/cloudbrain.go View File

@@ -743,8 +743,9 @@ func getLogFromModelDir(jobName string, startLine int, endLine int, resultPath s
count++
}
}
fileEndLine = fileEndLine + 1
}
fileEndLine = fileEndLine + 1
} else {
log.Info("error:" + err.Error())
}


Loading…
Cancel
Save