platformio/platformio-core

Spaces in Windows User name not supported in Inspect

开放

#5,180 创建于 2025年6月19日

 (1 条评论) (0 个反应) (1 位负责人)Python (791 个派生)batch import
help wantedstatic analysis

仓库指标

星标
 (7,329 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

When I run INSPECT on workspace with a path containing spaces (in my case my username), it's truncated and results in two warnings.

Error: Checking lpc1768 > cppcheck (platform: nxplpc; board: lpc1768; framework: mbed)
--------------------------------------------------------------------------------
Warning: Failed to extract toolchain defines!

'C:\Users\Wim' is not recognized as an internal or external command,
operable program or batch file.

Warning: Failed to extract toolchain defines!

'C:\Users\Wim' is not recognized as an internal or external command,
operable program or batch file.

The rest of the output after these lines are correctly handling the spaces in the path.

贡献者指南