mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: Simplify warning message in main.py
This commit is contained in:
parent
f6d697ed2b
commit
277da37047
1 changed files with 1 additions and 2 deletions
|
@ -808,8 +808,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
or setting["name"] not in main_model.accepts_settings
|
||||
):
|
||||
io.tool_warning(
|
||||
f"Warning: The model {main_model.name} may not support the '{setting['name']}'"
|
||||
" setting."
|
||||
f"Warning: {main_model.name} may not support the '{setting['name']}' setting."
|
||||
)
|
||||
warn_setting = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue