mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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)
|
done_messages = from_coder.summarizer.summarize_all(done_messages)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
# If summarization fails, keep the original messages and warn the user
|
# 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))
|
io.tool_warning(str(e))
|
||||||
|
|
||||||
# Bring along context from the old Coder
|
# Bring along context from the old Coder
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue