mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Fix a typo in the distutils cleanup.
This commit is contained in:
parent
845702c096
commit
fd51975886
@ -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…
Reference in New Issue
Block a user