Skip to content

Commit

Permalink
Temporary omit copy error in client-server proot
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Sep 25, 2024
1 parent d3ffe80 commit 15cebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ 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")
// _ = ycl.ReplyError(err, "failed to copy some files")
return nil
}

Expand Down

0 comments on commit 15cebb7

Please sign in to comment.