mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
noop
This commit is contained in:
parent
313968415a
commit
4a1e252bfc
1 changed files with 2 additions and 1 deletions
|
@ -99,7 +99,8 @@ class RepoMap:
|
|||
|
||||
if self.use_ctags:
|
||||
files_listing = self.get_tags_map(other_files)
|
||||
if self.token_count(files_listing) < max_map_tokens:
|
||||
tokens = self.token_count(files_listing)
|
||||
if tokens < max_map_tokens:
|
||||
ctags_msg = " with selected ctags info"
|
||||
return files_listing, ctags_msg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue