aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r--setuptools/msvc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py
index 213e39c9..72ba0d0c 100644
--- a/setuptools/msvc.py
+++ b/setuptools/msvc.py
@@ -277,7 +277,7 @@ def _msvc14_get_vc_env(plat_spec):
except subprocess.CalledProcessError as exc:
raise distutils.errors.DistutilsPlatformError(
"Error executing {}".format(exc.cmd)
- )
+ ) from exc
env = {
key.lower(): value