Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2024-06-26 01:34:55 +00:00

View File

@@ -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