mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
refactor: sort files in format_files_for_input method
This commit is contained in:
parent
e18b8b0a29
commit
a68178fd1b
1 changed files with 2 additions and 0 deletions
|
@ -699,6 +699,8 @@ class InputOutput:
|
|||
)
|
||||
self.chat_history_file = None # Disable further attempts to write
|
||||
|
||||
### sort the files! @ai (and also remove this text)
|
||||
|
||||
def format_files_for_input(self, rel_fnames, rel_read_only_fnames):
|
||||
read_only_files = []
|
||||
for full_path in rel_read_only_fnames or []:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue