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
提交树形选择器代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap
3 years ago
parent
7e6e60b5af
commit
7dd2b3a899
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/storage/obs.go
+ 1
- 1
modules/storage/obs.go
View File
@@ -374,7 +374,7 @@ func GetOneLevelAllObjectUnderDir(bucket string, prefixRootPath string, relative
fileName = files[0]
if len(files) > 1 {
isDir = true
ParenDir += fileName
ParenDir += fileName
+ "/"
} else {
isDir = false
}
Write
Preview
Loading…
Cancel
Save