Commit 043a0828 authored by Sidnei da Silva's avatar Sidnei da Silva

- Fix my own fix. :(

parent a66a5c08
......@@ -86,7 +86,7 @@ def _get_version(executable):
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
close_fds=not win32)
close_fds=not is_win32)
i, o = (p.stdin, p.stdout)
i.close()
version = o.read().strip()
......
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