mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-20 16:15:57 +01:00
b75f6691a1
The 'cd' subcommand was failing as the current shell's Windows path was mangled while milc processed it. Using 'subprocess' directly avoids this issue and an extra layer of subshell.