mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Remove unnecessary metadata from EditBlockCoder
This commit is contained in:
parent
a0f9989f1c
commit
c4855c84da
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ def find_original_update_blocks(content, fence=DEFAULT_FENCE):
|
|||
if pieces and pieces[-1].strip().startswith("```"):
|
||||
pieces.pop() # Remove the closing ```
|
||||
shell_type = cur.strip().split("```")[1]
|
||||
yield f"{shell_type}_command", "".join(shell_content), ""
|
||||
yield "".join(shell_content)
|
||||
continue
|
||||
|
||||
if cur in (DIVIDER, UPDATED):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue