mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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 = []
|
failed = []
|
||||||
passed = []
|
passed = []
|
||||||
|
|
||||||
|
dump(edits)
|
||||||
|
|
||||||
for edit in edits:
|
for edit in edits:
|
||||||
if edit[0] is None:
|
if edit[0] is None:
|
||||||
edit = edit[1]
|
edit = edit[1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue