forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove some unnecessary prints from setup.py.
- Instead of populating required_failed, we can just immediately fail when a component fails to build. (Actually there is no case where this can happen -- no required package ever throws CheckFailed -- but I'll further unravel that code in a later PR...) - Then print_line becomes used in a single place (at the top of the build); using an empty line works just as well. - Then print_message and print_line becomes no longer used and can be deleted.
- Loading branch information
Showing
2 changed files
with
3 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters