aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/msvc9_support.py
diff options
context:
space:
mode:
authorJ. Goutin <JGoutin@users.noreply.github.com>2016-04-17 18:46:24 +0200
committerJ. Goutin <JGoutin@users.noreply.github.com>2016-04-17 18:46:24 +0200
commitd8587a79301f6eba5334f9e365188b9a9af1d2ac (patch)
treeaa8b213886bfcff93c3e4c27d2c02d2406cdf403 /setuptools/msvc9_support.py
parent2fbcd3426032bd175fbab63a7e26fba76369eeb9 (diff)
downloadexternal_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.tar.gz
external_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.tar.bz2
external_python_setuptools-d8587a79301f6eba5334f9e365188b9a9af1d2ac.zip
Update msvc9_support.py
Diffstat (limited to 'setuptools/msvc9_support.py')
-rw-r--r--setuptools/msvc9_support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/msvc9_support.py b/setuptools/msvc9_support.py
index 860ab9f5..38acc43f 100644
--- a/setuptools/msvc9_support.py
+++ b/setuptools/msvc9_support.py
@@ -1131,5 +1131,6 @@ class EnvironmentInfo:
name = os.listdir(path)
if name:
return '%s\\' % name[0]
+ return ''
except FileNotFoundError:
return ''