From 3ffbb229b8fced1bac23f19a0d7986f1ae908386 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 20 May 2025 09:50:00 +0200 Subject: [PATCH] fixed typo --- errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.py b/errors.py index ee2db1d..e1c2059 100644 --- a/errors.py +++ b/errors.py @@ -10,7 +10,7 @@ class NoDiffsBeforeError(SetupException): class NoDiffsAfterError(SetupException): - reason_for_failure = "Couldn't get the diffs after the last commit" + reason_for_failure = "Couldn't get the diffs after the last comment" class CantCloneRepoError(SetupException):