commit | fd51975886f655a1a8fbae0d78101413371169eb | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Thu Aug 30 18:46:25 2007 +0000 |
committer | Collin Winter <collinw@gmail.com> | Thu Aug 30 18:46:25 2007 +0000 |
tree | 9d398989c5181419e0d306b710609d23ed74645a | |
parent | 845702c096fd3380d50545398f60c54c64869442 [diff] |
Fix a typo in the distutils cleanup.
diff --git a/Lib/distutils/msvccompiler.py b/Lib/distutils/msvccompiler.py index f5b6704..d239057 100644 --- a/Lib/distutils/msvccompiler.py +++ b/Lib/distutils/msvccompiler.py
@@ -442,7 +442,7 @@ 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: