mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
refactor: Add period to read-only file message in base_coder.py
This commit is contained in:
parent
308c7ab670
commit
5ada250a66
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ class Coder:
|
|||
|
||||
for fname in self.abs_read_only_fnames:
|
||||
rel_fname = self.get_rel_fname(fname)
|
||||
lines.append(f"Added {rel_fname} to the chat (read-only)")
|
||||
lines.append(f"Added {rel_fname} to the chat (read-only).")
|
||||
|
||||
if self.done_messages:
|
||||
lines.append("Restored previous conversation history.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue