mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix a typo in the distutils cleanup.
This commit is contained in:
parent
845702c096
commit
fd51975886
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue