Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0db0992

Browse files
authored
Merge pull request #10257 from tacaswell/fix_setup.py_typo
BLD: use correct method to get installation hints
2 parents b0994fd + df5e3dd commit 0db0992

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)