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 (pythonGH-93693)

The message was only emitted when the build succeeded _and_ there were
missing modules.
(cherry picked from commit ab077d1)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland authored and miss-islington committed Jun 24, 2022
1 parent 036a2c1 commit 17354a7
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 @@ -519,7 +519,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 17354a7

Please sign in to comment.