This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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 branch 'V20211228.patch' into fix-1236
pull/1239/head
zhoupzh
3 years ago
parent
4e4e6d150c
b44dd503a5
commit
24dfcf24be
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
modules/storage/minio.go
+ 1
- 3
modules/storage/minio.go
View File
@@ -95,9 +95,7 @@ func (m *MinioStorage) DeleteDir(dir string) error {
}
}()
for rErr := range m.client.RemoveObjects(m.bucket, objectsCh) {
log.Error("Error detected during deletion: ", rErr)
}
m.client.RemoveObjects(m.bucket, objectsCh)
return nil
}
Write
Preview
Loading…
Cancel
Save