mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02:00
box: Fix ineffectual assignment (ineffassign)
This commit is contained in:
parent
903ede52cd
commit
e24cadc7a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user