mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: Format code with linter for improved readability
This commit is contained in:
parent
5c866c67b5
commit
0d24d75d8f
1 changed files with 3 additions and 1 deletions
|
@ -148,7 +148,9 @@ class Coder:
|
|||
done_messages = from_coder.summarizer.summarize_all(done_messages)
|
||||
except ValueError as e:
|
||||
# If summarization fails, keep the original messages and warn the user
|
||||
io.tool_warning("Chat history summarization failed, continuing with full history")
|
||||
io.tool_warning(
|
||||
"Chat history summarization failed, continuing with full history"
|
||||
)
|
||||
io.tool_warning(str(e))
|
||||
|
||||
# Bring along context from the old Coder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue