Commit ad0bd62b authored by Jason R. Coombs's avatar Jason R. Coombs

Remove redundant call

parent d773b79a
......@@ -83,7 +83,7 @@ def query_vcvarsall(version, arch='x86', *args, **kwargs):
# For VC++ 10.0 Redirect user to Windows SDK 7.1
message += ' Get it with "Microsoft Windows SDK for Windows 7": '
message += r'www.microsoft.com/download/details.aspx?id=8279'
raise distutils.errors.DistutilsPlatformError(message)
raise distutils.errors.DistutilsPlatformError(message)
def _query_vcvarsall(version, arch):
......
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