1
mirror of https://github.com/rclone/rclone synced 2024-10-07 15:17:14 +02:00

box: Fix ineffectual assignment (ineffassign)

This commit is contained in:
Nick Craig-Wood 2019-06-10 19:33:10 +01:00
parent 903ede52cd
commit e24cadc7a1

View File

@ -112,7 +112,7 @@ outer:
return shouldRetry(resp, err)
})
delay := defaultDelay
why := "unknown"
var why string
if err != nil {
// Sometimes we get 400 Error with
// parts_mismatch immediately after uploading