mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +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
|
||||
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?")
|
||||
return 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue