Skip to content

Commit

Permalink
fix: Apply updates to edited files
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Aug 23, 2024
1 parent cc2706d commit edb7dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aider/coders/base_coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1679,6 +1679,7 @@ def prepare_to_edit(self, edits):
return res

def apply_updates(self):
edited = set()
try:
edits = self.get_edits()
edits = self.prepare_to_edit(edits)
Expand Down

0 comments on commit edb7dea

Please sign in to comment.