Skip to content

Commit ab077d1

Browse files
gh-93692: remove "build finished successfully" message from setup.py (#93693)
The message was only emitted when the build succeeded _and_ there were missing modules.
1 parent d3a27e4 commit ab077d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,6 @@ def print_three_column(lst):
538538

539539
if self.missing:
540540
print()
541-
print("Python build finished successfully!")
542541
print("The necessary bits to build these optional modules were not "
543542
"found:")
544543
print_three_column(self.missing)

0 commit comments

Comments
 (0)