mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
debug
This commit is contained in:
parent
82ee5d53f6
commit
9c91406c4f
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:
|
||||
io.tool_error(prompt)
|
||||
|
||||
print(cmd)
|
||||
print(shlex.join(cmd))
|
||||
if not io.confirm_ask("Run pip install?", default="y", subject=shlex.join(cmd)):
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue