mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
fix: fix syntax error in commit logic
This commit is contained in:
parent
b22c9b8542
commit
c73b987cd0
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,10 @@ class GitRepo:
|
||||||
else self.attribute_commit_message_author
|
else self.attribute_commit_message_author
|
||||||
)
|
)
|
||||||
attribute_commit_message_committer = (
|
attribute_commit_message_committer = (
|
||||||
|
coder.args.attribute_commit_message_committer
|
||||||
|
if coder and hasattr(coder, "args")
|
||||||
|
else self.attribute_commit_message_committer
|
||||||
|
)
|
||||||
if not commit_message:
|
if not commit_message:
|
||||||
commit_message = "(no commit message provided)"
|
commit_message = "(no commit message provided)"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue