Skip to content

Commit d9f9b5a

Browse files
committed
Path characters.
1 parent 4d4892f commit d9f9b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qmk_cli/script_qmk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def main():
6060
env_ok = True
6161

6262
# Check if we're using a `uv`-based environment
63-
if '\\uv\\' in sys.executable:
63+
if '\\uv\\' in sys.executable or '/uv/' in sys.executable:
6464
env_ok = True
6565

6666
# If none of the options above were true, then we're in an unsupported environment. Bomb out.

0 commit comments

Comments
 (0)