ulfalizer / Kconfiglib

A flexible Python 2/3 Kconfig implementation and library
ISC License
448 stars 160 forks source link

`make menuconfig` fails when the parent directory contains spaces. #128

Closed hoshmandent closed 1 year ago

hoshmandent commented 1 year ago

if the parent directory contains spaces, make menuconfig fails

$ make menuconfig
No change to configuration in '/media/test/Creality Ender 3 Pro/klipper/.config'
Loaded configuration '/media/test/Creality Ender 3 Pro/klipper/.config'
---snip----

when replacing spaces with underscores or replacing them with nothing it works fine.

 $ make menuconfig
(Top)
                                                                                                                                                                 Klipper Firmware Configuration
[ ] Enable extra low-level configuration options
    Micro-controller Architecture (Atmega AVR)  --->
    Processor model (atmega2560)  --->

[Space/Enter] Toggle/enter      [?] Help            [/] Search
[Q] Quit (prompts for save)     [ESC] Leave menu