Skip to content

Commit

Permalink
gh-93692: remove "build finished successfully" message from setup.py (G…
Browse files Browse the repository at this point in the history
…H-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 <[email protected]>
  • Loading branch information
miss-islington and erlend-aasland authored Jun 24, 2022
1 parent 036a2c1 commit 92d32b9
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 92d32b9

Please sign in to comment.