Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
36b3b524
Commit
36b3b524
authored
5 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Required Error type not set in case of delete operation
1. Fix: Required Error type not set in case of delete operation
parent
f5668c05
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!134
Mep release271219
,
!133
Add: Asset FDB and merged bucket type
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dalmdl/corefdb/bucket.go
+1
-1
dalmdl/corefdb/bucket.go
with
1 addition
and
1 deletion
dalmdl/corefdb/bucket.go
+
1
−
1
View file @
36b3b524
...
...
@@ -1055,7 +1055,7 @@ func deleteDataFromInFileIndexBucket(fdbPath string, bucket *Bucket, paths []str
continue
}
if
err
!=
nil
{
errList
=
append
(
errList
,
err
ormdl
.
Wrap
(
"fail to delete records: "
+
err
.
Error
())
)
errList
=
append
(
errList
,
err
)
continue
}
dataDeletedFromPath
=
append
(
dataDeletedFromPath
,
filePath
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets