mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
Fix docker_cmd.sh when userspace is not configured (#23997)
This commit is contained in:
parent
0b572a1be6
commit
cebe521b11
|
@ -4,5 +4,5 @@ from qmk.constants import QMK_USERSPACE
|
|||
|
||||
@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
|
||||
def userspace_path(cli):
|
||||
print(QMK_USERSPACE)
|
||||
print(QMK_USERSPACE or '')
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue