You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proxy: Drop double-wrapping in RequestInitiationError
See bootc-dev/bootc#1284 - the error
text is
`ERROR Upgrading: Creating importer: failed to invoke method OpenImage: failed to invoke method OpenImage: lstat ...`
This fixes the duplication of `failed to invoke method OpenImage`.
I think this was a regression from porting to use thiserror when
I was changing the type of each individual function to return our
Result type.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments