Commit d8587a79 authored by J. Goutin's avatar J. Goutin

Update msvc9_support.py

parent 2fbcd342
......@@ -1131,5 +1131,6 @@ class EnvironmentInfo:
name = os.listdir(path)
if name:
return '%s\\' % name[0]
return ''
except FileNotFoundError:
return ''
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment