From c11d21a23031162e0bf177d1afbfa048d32efa6f Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Fri, 9 May 2025 18:08:04 -0700 Subject: [PATCH] style: apply linter fixes --- aider/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/repo.py b/aider/repo.py index 375d2309e..e0f7ed185 100644 --- a/aider/repo.py +++ b/aider/repo.py @@ -352,7 +352,7 @@ class GitRepo: continue commit_message = model.simple_send_with_retries(messages) if commit_message: - break # Found a model that could generate the message + break # Found a model that could generate the message if not commit_message: self.io.tool_error("Failed to generate commit message!")