mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
do not autocommit on dryrun
This commit is contained in:
parent
15a0cdd6c9
commit
07ced21325
1 changed files with 2 additions and 2 deletions
|
@ -388,7 +388,7 @@ class Coder:
|
|||
self.update_cur_messages(content, edited)
|
||||
|
||||
if edited:
|
||||
if self.auto_commits:
|
||||
if self.auto_commits and not self.dry_run:
|
||||
saved_message = self.auto_commit()
|
||||
else:
|
||||
saved_message = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue