We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbf753 commit 349d21fCopy full SHA for 349d21f
1 file changed
lib/util.lua
@@ -97,6 +97,7 @@ function windowsCompile(ctx)
97
local ensurepipPath = qInstallPath .. "\\Lib\\ensurepip\\__init__.py"
98
local file = io.open(ensurepipPath, "r")
99
if file then
100
+ io.close(file)
101
local command = qInstallPath .. '\\python -E -s -m ensurepip -U --default-pip > NUL'
102
local exitCode = os.execute(command)
103
if exitCode ~= 0 then
0 commit comments