mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
debug
This commit is contained in:
parent
c0f2326d36
commit
69a490dc44
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ 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