fix: python test linux and windows

This commit is contained in:
asep.komarudin 2024-06-22 14:14:49 +07:00
parent 5817798c72
commit 16723f902e

View file

@ -72,7 +72,7 @@ if pcode.active_python_config then
dap = { justMyCode = false },
args = { "--log-level", "DEBUG" },
runner = "pytest",
python = "python",
python = vim.fn.has("win32") == 0 and "python3" or "python",
}),
},
})