mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
fix: Remove incorrect self.
reference in main() function
This commit is contained in:
parent
31d23bc9a7
commit
5d4ef7d009
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
||||||
)
|
)
|
||||||
break
|
break
|
||||||
if not args.model:
|
if not args.model:
|
||||||
self.io.tool_error("You need to specify a --model and an --api-key to use.")
|
io.tool_error("You need to specify a --model and an --api-key to use.")
|
||||||
io.offer_url(urls.models_and_keys, "Open documentation url for more info?")
|
io.offer_url(urls.models_and_keys, "Open documentation url for more info?")
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue