diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-01-19 13:25:45 -0500 |
commit | 5ce9e5f343ca14f9875106f37f16ad498b294183 (patch) | |
tree | c7d0ed37234ba1d6d4e253bdbf866c63793edfc0 /setuptools/msvc.py | |
parent | 313ac58f51c6ef92170647c4cc8626043f68a26b (diff) | |
download | external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.gz external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.tar.bz2 external_python_setuptools-5ce9e5f343ca14f9875106f37f16ad498b294183.zip |
👹 Feed the hobgoblins (delint).
Diffstat (limited to 'setuptools/msvc.py')
-rw-r--r-- | setuptools/msvc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/msvc.py b/setuptools/msvc.py index fa88c4e8..c2cbd1e5 100644 --- a/setuptools/msvc.py +++ b/setuptools/msvc.py @@ -544,7 +544,7 @@ class SystemInfo: # Except for VS15+, VC version is aligned with VS version self.vs_ver = self.vc_ver = ( - vc_ver or self._find_latest_available_vs_ver()) + vc_ver or self._find_latest_available_vs_ver()) def _find_latest_available_vs_ver(self): """ |