Browse Source

Update weed/filer/ydb/ydb_store.go

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
pull/7485/head
tam-i13 2 weeks ago
committed by GitHub
parent
commit
c346df84a8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/filer/ydb/ydb_store.go

2
weed/filer/ydb/ydb_store.go

@ -315,7 +315,7 @@ func (store *YdbStore) ListDirectoryPrefixedEntries(ctx context.Context, dirPath
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry)
if resEachEntryFuncErr != nil {
return fmt.Errorf("failed to process eachEntryFunc: %w", resEachEntryFuncErr)
return fmt.Errorf("failed to process eachEntryFunc for entry %q: %w", entry.FullPath, resEachEntryFuncErr)
}
if !resEachEntryFunc {

Loading…
Cancel
Save