8000 BLD: use correct method to get installation hints · matplotlib/matplotlib@df5e3dd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit df5e3dd

Browse files
committed
BLD: use correct method to get installation hints
1 parent b511bb2 commit df5e3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def run(self):
194194
print_message("The following required packages can not be built: "
195195
"%s" % ", ".join(x.name for x in required_failed))
196196
for pkg in required_failed:
197-
msg = pkg.install_get_help()
197+
msg = pkg.install_help_msg()
198198
if msg:
199199
print_message(msg)
200200
sys.exit(1)

0 commit comments

Comments
 (0)
0