From: Collin Winter Date: Thu, 30 Aug 2007 18:46:25 +0000 (+0000) Subject: Fix a typo in the distutils cleanup. X-Git-Tag: v3.0a1~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd51975886f655a1a8fbae0d78101413371169eb;p=thirdparty%2FPython%2Fcpython.git Fix a typo in the distutils cleanup. --- diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index f5b67049effe..d239057bac40 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py @@ -442,7 +442,7 @@ class MSVCCompiler(CCompiler) : if debug: pass # XXX what goes here? try: - self.([self.lib] + lib_args) + self.spawn([self.lib] + lib_args) except DistutilsExecError as msg: raise LibError(msg) else: