Browse Source

继续解决Bug

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.8.2^2
zouap 3 years ago
parent
commit
efc5d33b5a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/modelarts.go

+ 1
- 0
routers/repo/modelarts.go View File

@@ -376,6 +376,7 @@ func GetCloudBrainDataSetInfo(uuid string, datasetname string, isNeedDown bool)
IsDelete: isDelete, IsDelete: isDelete,
}) })
} }
log.Info("dataset length=" + fmt.Sprint(len(datasetDownload)))
return datasetDownload return datasetDownload
} }




Loading…
Cancel
Save