refactor help install and add to test setup

This commit is contained in:
Paul Gauthier 2024-07-14 17:49:33 +01:00
parent 9c9fdb0a1b
commit 9ed0e33b9f
4 changed files with 25 additions and 18 deletions

View file

@ -236,7 +236,7 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd):
cmd = get_pip_install(pip_install_cmd)
text = f"{prompt}:\n\n{' '.join(cmd)}\n\n"
text = f"{prompt}:\n\n{' '.join(cmd)}\n"
io.tool_error(text)
if not io.confirm_ask("Run pip install?", default="y"):