We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c18294 commit 5bf7544Copy full SHA for 5bf7544
pkg/workloads/cortex/client/cortex/binary/__init__.py
@@ -137,7 +137,7 @@ def get_cli_path() -> str:
137
cli_path = p
138
except FileNotFoundError as e:
139
raise Exception(
140
- f"unable to find cortex binary at {cli_path}, please reinstall the cortex client by running `pip uninstall cortex` and then `pip install cortex`"
+ "unable to find cortex binary, please reinstall the cortex client by running `pip uninstall cortex` and then `pip install cortex`"
141
) from e
142
143
return str(cli_path)
0 commit comments