Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qmk-bot committed Jun 26, 2024
2 parents 94586f8 + cebe521 commit 2f18d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/userspace/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

@cli.subcommand('Detected path to QMK Userspace.', hidden=True)
def userspace_path(cli):
print(QMK_USERSPACE)
print(QMK_USERSPACE or '')
return

0 comments on commit 2f18d4f

Please sign in to comment.