Skip to content

Commit ec50405

Browse files
committed
test: window quoting
1 parent c75cab9 commit ec50405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_venv_create.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ T['create']['uv_sync'] = function()
5050

5151
if IS_WINDOWS then
5252
dep_path = vim.fn.system(
53-
[[examples\python_projects\uv\.venv\Scripts\activate && python -c 'import sys; print(sys.path[-1], end="")']])
53+
[[examples\python_projects\uv\.venv\Scripts\activate && python -c "import sys; print(sys.path[-1], end='')"]])
5454
end
5555

5656
print("\ndep_path: " .. dep_path .. "\n")

0 commit comments

Comments
 (0)