mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 19:38:57 +00:00
Return error when it occurs
This commit is contained in:
parent
ef33cf12ca
commit
6b384287f3
@ -83,7 +83,7 @@ func ParallelWorkFuncParseID(f ParallelIDWorkFunc) ParallelWorkFunc {
|
|||||||
id, err := backend.ParseID(s)
|
id, err := backend.ParseID(s)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
debug.Log("repository.ParallelWorkFuncParseID", "invalid ID %q: %v", id, err)
|
debug.Log("repository.ParallelWorkFuncParseID", "invalid ID %q: %v", id, err)
|
||||||
return nil
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return f(id, done)
|
return f(id, done)
|
||||||
|
Loading…
Reference in New Issue
Block a user