Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCPBUGS-45861: validate image property isn't nil before using
even though we do not expect these two properties to be nil (Image and Err) we better check them to avoid having panics if something changes in the future. this pr introduces the same guardrails used in two different parts of the code: makes sure we have at least one of `Err` or `Image` properties set.
- Loading branch information