Merge pull request #1022 from pre-commit/1021

Don't attempt to decode the healthy response
This commit is contained in:
Anthony Sottile 2019-05-07 16:23:14 -07:00 committed by GitHub
commit c2980217a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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