File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,7 @@ def _resolve_cmake_binary(configured_path: Path | None) -> Path | None:
3535 if env_path .exists ():
3636 return env_path
3737 logger .warning (
38- 'CMAKE_BINARY environment variable points to non-existent path: %s. '
39- 'Falling back to PATH lookup.' ,
38+ 'CMAKE_BINARY environment variable points to non-existent path: %s. Falling back to PATH lookup.' ,
4039 env_binary ,
4140 )
4241
@@ -45,8 +44,7 @@ def _resolve_cmake_binary(configured_path: Path | None) -> Path | None:
4544 if configured_path .exists ():
4645 return configured_path
4746 logger .warning (
48- 'Configured cmake_binary path does not exist: %s. '
49- 'Falling back to PATH lookup.' ,
47+ 'Configured cmake_binary path does not exist: %s. Falling back to PATH lookup.' ,
5048 configured_path ,
5149 )
5250
You can’t perform that action at this time.
0 commit comments