pathbuilder: Ignore error (when system is dead)
This commit is contained in:
parent
048b8dc78d
commit
be07ac5d83
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,6 @@ func (pathbuilder *Pathbuilder) Fetch(flags ingredient.FetcherFlags, info *statu
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
info.Pathbuilders, err = pathbuilder.GetAll(flags.Context, flags.Server)
|
info.Pathbuilders, _ = pathbuilder.GetAll(flags.Context, flags.Server)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue