Skip to content

Commit

Permalink
BLD: use correct method to get installation hints
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell committed Jan 16, 2018
1 parent b511bb2 commit df5e3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def run(self):
print_message("The following required packages can not be built: "
"%s" % ", ".join(x.name for x in required_failed))
for pkg in required_failed:
msg = pkg.install_get_help()
msg = pkg.install_help_msg()
if msg:
print_message(msg)
sys.exit(1)
Expand Down

0 comments on commit df5e3dd

Please sign in to comment.