Skip to content

Commit 3f94fd5

Browse files
ei-gradaider (vertex_ai/gemini-2.5-pro-exp-03-25)
andcommitted
refactor: Simplify access to attribute_co_authored_by
Co-authored-by: aider (vertex_ai/gemini-2.5-pro-exp-03-25) <[email protected]>
1 parent 165e237 commit 3f94fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aider/repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def commit(self, fnames=None, context=None, message=None, aider_edits=False, cod
217217
attribute_committer = self.attribute_committer
218218
attribute_commit_message_author = self.attribute_commit_message_author
219219
attribute_commit_message_committer = self.attribute_commit_message_committer
220-
attribute_co_authored_by = getattr(self, "attribute_co_authored_by", False) # Should be False if not set
220+
attribute_co_authored_by = self.attribute_co_authored_by
221221

222222
# Determine explicit settings (None means use default behavior)
223223
author_explicit = attribute_author is not None

0 commit comments

Comments
 (0)