mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
ssh
This commit is contained in:
parent
9c91406c4f
commit
c0f2326d36
1 changed files with 0 additions and 2 deletions
|
@ -315,8 +315,6 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd):
|
||||||
if prompt:
|
if prompt:
|
||||||
io.tool_error(prompt)
|
io.tool_error(prompt)
|
||||||
|
|
||||||
print(cmd)
|
|
||||||
print(shlex.join(cmd))
|
|
||||||
if not io.confirm_ask("Run pip install?", default="y", subject=shlex.join(cmd)):
|
if not io.confirm_ask("Run pip install?", default="y", subject=shlex.join(cmd)):
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue