Skip to content

Commit

Permalink
Merge branch 'master' into bhuceiu
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke authored Sep 25, 2024
2 parents 7f645e4 + 15cebb7 commit eaf4a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/proc/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ func ProcConn(s storage.StorageInteractor, cr crypt.Crypter, ycl client.YproxyCl
ylogger.Zero.Error().Int("failed files count", len(objectMetas)).Msg("failed to upload some files")
ylogger.Zero.Error().Any("failed files", objectMetas).Msg("failed to upload some files")

_ = ycl.ReplyError(err, "failed to copy some files")
return err
// _ = ycl.ReplyError(err, "failed to copy some files")
return nil
}

if _, err = ycl.GetRW().Write(message.NewReadyForQueryMessage().Encode()); err != nil {
Expand Down

0 comments on commit eaf4a1f

Please sign in to comment.