mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
style: Format warning message in main.py for readability
This commit is contained in:
parent
68e218d002
commit
14c0e50721
1 changed files with 2 additions and 1 deletions
|
@ -813,7 +813,8 @@ 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: {main_model.name} does not support the '{setting['name']}' setting. This parameter will be ignored."
|
||||
f"Warning: {main_model.name} does not support the '{setting['name']}' setting."
|
||||
" This parameter will be ignored."
|
||||
)
|
||||
|
||||
if args.copy_paste and args.edit_format is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue