mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
rename
This commit is contained in:
parent
a725e18ad1
commit
873df7b77c
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ class Coder:
|
||||||
all_content += files_content
|
all_content += files_content
|
||||||
|
|
||||||
other_files = set(self.get_all_abs_files()) - set(self.abs_fnames)
|
other_files = set(self.get_all_abs_files()) - set(self.abs_fnames)
|
||||||
repo_content = self.get_map(self.abs_fnames, other_files)
|
repo_content = self.get_repo_map(self.abs_fnames, other_files)
|
||||||
if repo_content:
|
if repo_content:
|
||||||
if all_content:
|
if all_content:
|
||||||
all_content += "\n"
|
all_content += "\n"
|
||||||
|
@ -189,7 +189,7 @@ class Coder:
|
||||||
|
|
||||||
return files_messages
|
return files_messages
|
||||||
|
|
||||||
def get_map(self, chat_files, other_files):
|
def get_repo_map(self, chat_files, other_files):
|
||||||
res = self.choose_files_listing(other_files)
|
res = self.choose_files_listing(other_files)
|
||||||
if not res:
|
if not res:
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue