Author: Matti Picus <matti.pi...@gmail.com> Branch: win32-vcvars Changeset: r93207:5d23987c65b3 Date: 2017-11-29 10:25 +0200 http://bitbucket.org/pypy/pypy/changeset/5d23987c65b3/
Log: typo diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/translator/platform/windows.py +++ b/rpython/translator/platform/windows.py @@ -106,7 +106,7 @@ vcvers.insert(0, vsver) errs = [] for vsver in vcvers: - env, errstr = _get_msvc_env(vsver, x64flag) + env = _get_msvc_env(vsver, x64flag) if env is not None: return env log.error("Could not find a Microsoft Compiler") _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit