diff --git a/backport-revert-Set-default-entry-to-the-BLS-id-instead-of-th.patch b/backport-revert-Set-default-entry-to-the-BLS-id-instead-of-th.patch index 54bbd8d2f550f24594407c2180b16b833d4443f6..d57e84398064818b5feaf63510b33158578009c0 100644 --- a/backport-revert-Set-default-entry-to-the-BLS-id-instead-of-th.patch +++ b/backport-revert-Set-default-entry-to-the-BLS-id-instead-of-th.patch @@ -32,7 +32,7 @@ index 3209ab7..6a6441b 100644 + #find the index of the default image + try: + default_index = self.images.index(self.default) -+ except VauleError: ++ except ValueError: + # pylint: disable=no-member + log.warning("Failed to find default image (%s), defaulting to 0", + self.default.label)