Skip to content
Permalink
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.
  • Loading branch information
erlend-aasland committed Jun 24, 2022
1 parent d3a27e4 commit ab077d1e17032f84514292ae3fb8dee9bcfd2ce9
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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)

0 comments on commit ab077d1

Please sign in to comment.