mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 03:05:00 +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
|
@ -43,7 +43,7 @@ def install_upgrade(io, latest_version=None):
|
|||
|
||||
docker pull {docker_image}
|
||||
"""
|
||||
io.tool_error(text)
|
||||
io.tool_warning(text)
|
||||
return True
|
||||
|
||||
success = utils.check_pip_install_extra(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue