mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Return True to indicate successful install even if no module
This commit is contained in:
parent
117ff96c76
commit
82ebb7713a
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd, self_update=Fal
|
|||
success, output = run_install(cmd)
|
||||
if success:
|
||||
if not module:
|
||||
return
|
||||
return True
|
||||
try:
|
||||
__import__(module)
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue