We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebabea commit 700256eCopy full SHA for 700256e
buildchain/buildchain/salt_tree.py
@@ -214,8 +214,8 @@ def _download_ui_operator_crds() -> str:
214
if error.code == 404:
215
raise RuntimeError(
216
f"Failed to download UI Operator CRDs: File not found at {url}\n"
217
- f"Please ensure that UI Operator version {versions.UI_OPERATOR_VERSION} "
218
- f"has been released and the CRDs file is available."
+ f"Please ensure that UI Operator version {versions.UI_OPERATOR_VERSION}"
+ f" has been released and the CRDs file is available."
219
) from error
220
221
f"Failed to download UI Operator CRDs from {url}: HTTP {error.code}"
0 commit comments