Fixed version error formatting issue

This commit is contained in:
M. Utku Altinkaya 2015-07-21 13:17:46 +03:00
parent 880c66fe48
commit 397b3bba5e

View File

@ -34,7 +34,7 @@ def version_check(
print(
"You are using an outdated version of pyOpenSSL:"
" mitmproxy requires pyOpenSSL %s or greater." %
pyopenssl_min_version,
str(pyopenssl_min_version),
file=fp
)
# Some users apparently have multiple versions of pyOpenSSL installed.