mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Dump edits in EditBlockCoder
This commit is contained in:
parent
9f3cdf1a94
commit
682294118d
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ class EditBlockCoder(Coder):
|
|||
failed = []
|
||||
passed = []
|
||||
|
||||
dump(edits)
|
||||
|
||||
for edit in edits:
|
||||
if edit[0] is None:
|
||||
edit = edit[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue