mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
style: fix line length in model warnings confirmation prompt
This commit is contained in:
parent
4ac8386313
commit
e9beb1336c
1 changed files with 3 additions and 1 deletions
|
@ -610,7 +610,9 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
io.tool_output()
|
io.tool_output()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
if io.confirm_ask("Open documentation url for more info?", subject=urls.model_warnings):
|
if io.confirm_ask(
|
||||||
|
"Open documentation url for more info?", subject=urls.model_warnings
|
||||||
|
):
|
||||||
webbrowser.open(urls.model_warnings)
|
webbrowser.open(urls.model_warnings)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue