Commit 7c48608d authored by Éric Araujo's avatar Éric Araujo

And now for something completely different: Finish fixing #10252 again.

parent 6f3d8cbb
......@@ -282,7 +282,6 @@ def query_vcvarsall(version, arch="x86"):
result[key] = removeDuplicates(value)
finally:
popen.stdin.close()
popen.stdout.close()
popen.stderr.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment