Skip to content

Commit 92d32b9

Browse files
gh-93692: remove "build finished successfully" message from setup.py (GH-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]>
1 parent 036a2c1 commit 92d32b9

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
@@ -519,7 +519,6 @@ def print_three_column(lst):
519519

520520
if self.missing:
521521
print()
522-
print("Python build finished successfully!")
523522
print("The necessary bits to build these optional modules were not "
524523
"found:")
525524
print_three_column(self.missing)

0 commit comments

Comments
 (0)