mirror of
https://github.com/rclone/rclone.git
synced 2025-06-19 19:28:00 +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)
|
return shouldRetry(resp, err)
|
||||||
})
|
})
|
||||||
delay := defaultDelay
|
delay := defaultDelay
|
||||||
why := "unknown"
|
var why string
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// Sometimes we get 400 Error with
|
// Sometimes we get 400 Error with
|
||||||
// parts_mismatch immediately after uploading
|
// parts_mismatch immediately after uploading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user