mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
refactor: change tool_error to tool_warning for non-critical messages
This commit is contained in:
parent
00fa9efba4
commit
dff814a7a8
8 changed files with 61 additions and 57 deletions
|
@ -330,7 +330,7 @@ def check_pip_install_extra(io, module, prompt, pip_install_cmd, self_update=Fal
|
|||
cmd = get_pip_install(pip_install_cmd)
|
||||
|
||||
if prompt:
|
||||
io.tool_error(prompt)
|
||||
io.tool_warning(prompt)
|
||||
|
||||
if self_update and platform.system() == "Windows":
|
||||
io.tool_output("Run this command to update:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue