Skip to content

Commit 700256e

Browse files
committed
fix lint
1 parent 3ebabea commit 700256e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildchain/buildchain/salt_tree.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ def _download_ui_operator_crds() -> str:
214214
if error.code == 404:
215215
raise RuntimeError(
216216
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."
217+
f"Please ensure that UI Operator version {versions.UI_OPERATOR_VERSION}"
218+
f" has been released and the CRDs file is available."
219219
) from error
220220
raise RuntimeError(
221221
f"Failed to download UI Operator CRDs from {url}: HTTP {error.code}"

0 commit comments

Comments
 (0)