Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
10384536a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

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

@@ -1132,7 +1132,7 @@ func GetModelDirs(jobName string, parentDir string) (string, error) {
} else {
req = "baseDir=" + modelActualPath + "&parentDir=" + parentDir
}
log.Info("modelActurePath=" + modelActualPath)
return getDirs(req)
}



Loading…
Cancel
Save