Skip to content

Commit 6e362ea

Browse files
Revert debugging change
1 parent ae3909d commit 6e362ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/python/mbed_platformio/build_mbed_ce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def is_cmake_reconfigure_required():
9393
ninja_buildfile = BUILD_DIR / "build.ninja"
9494

9595
if not cmake_cache_file.exists():
96-
print(f"Mbed CE: Reconfigure required because CMake cache ({cmake_cache_file!s}) does not exist")
96+
print(f"Mbed CE: Reconfigure required because CMake cache does not exist")
9797
return True
9898
if not CMAKE_API_REPLY_DIR.is_dir() or not any(CMAKE_API_REPLY_DIR.iterdir()):
9999
print("Mbed CE: Reconfigure required because CMake API reply dir is missing")

0 commit comments

Comments
 (0)