mirror of https://github.com/restic/restic.git
parent
20d78ab0d9
commit
0dc31c03e1
|
@ -43,10 +43,6 @@ func (be *RetryBackend) retry(ctx context.Context, msg string, f func() error) e
|
|||
},
|
||||
)
|
||||
|
||||
if errors.Cause(err) == context.Canceled {
|
||||
return nil
|
||||
}
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue