Don't attempt to decode the healthy response

This commit is contained in:
Anthony Sottile
2019-05-07 09:38:17 -07:00
parent 8df6b22f4f
commit d74ee6d743

View File

@@ -140,6 +140,7 @@ def py_interface(_dir, _make_venv):
'python', '-c',
'import ctypes, datetime, io, os, ssl, weakref',
retcode=None,
encoding=None,
)
return retcode == 0