Skip to content

Commit 15ac9e0

Browse files
committed
Fix logical error of 9d3268a
1 parent 0ba4358 commit 15ac9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def spawn(self, cmd):
4646
if val.startswith('/MANIFESTFILE:'):
4747
spawn(cmd[:i] + ['/MANIFEST'] + cmd[i:],
4848
dry_run=self.dry_run)
49-
break
49+
return
5050
spawn(cmd, dry_run=self.dry_run)
5151
from distutils.msvc9compiler import MSVCCompiler
5252
MSVCCompiler.spawn = spawn

0 commit comments

Comments
 (0)