Browse Source

fix error

pull/7485/head
Roman Tamarov 2 weeks ago
parent
commit
e044cc2a4f
  1. 1
      weed/filer/redis3/universal_redis_store.go

1
weed/filer/redis3/universal_redis_store.go

@ -168,7 +168,6 @@ func (store *UniversalRedis3Store) ListDirectoryEntries(ctx context.Context, dir
resEachEntryFunc, resEachEntryFuncErr := eachEntryFunc(entry)
if resEachEntryFuncErr != nil {
glog.V(0).InfofCtx(ctx, "failed to process eachEntryFunc for entry %q: %w", entry.Name(), resEachEntryFuncErr)
callbackErr = resEachEntryFuncErr
return false
}

Loading…
Cancel
Save