Skip to content

Commit 64c1deb

Browse files
committed
Better print file-api exceptions
Signed-off-by: Cristian Le <git@lecris.dev>
1 parent 7d6605f commit 64c1deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scikit_build_core/cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def configure(
266266
self.file_api = load_reply_dir(self._file_api_query)
267267
except ExceptionGroup as exc:
268268
logger.warning("Could not parse CMake file-api")
269-
logger.debug(str(exc))
269+
logger.debug(str(exc.exceptions))
270270

271271
def _compute_build_args(
272272
self,

0 commit comments

Comments
 (0)