mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
ssh
This commit is contained in:
parent
69a490dc44
commit
4f195ea4c6
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