Skip to content

Commit

Permalink
pythongh-93692: remove "build finished successfully" message from set…
Browse files Browse the repository at this point in the history
…up.py (python#93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
  • Loading branch information
erlend-aasland authored Jun 24, 2022
1 parent d3a27e4 commit ab077d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@ def print_three_column(lst):

if self.missing:
print()
print("Python build finished successfully!")
print("The necessary bits to build these optional modules were not "
"found:")
print_three_column(self.missing)
Expand Down

0 comments on commit ab077d1

Please sign in to comment.