From f448550e4b10217c6b5ae03f7e6de8b4058e0ef1 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 5 Feb 2025 12:23:29 +0200 Subject: [PATCH] remove extra --- imap_filter/imap_filter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imap_filter/imap_filter.py b/imap_filter/imap_filter.py index 822bf53..fcd2521 100644 --- a/imap_filter/imap_filter.py +++ b/imap_filter/imap_filter.py @@ -231,8 +231,7 @@ class ImapFilter: content = f"{new_content}\n" else: self._log.debug( - "Line is NOT different, not replacing it. Search: '%s'", - search + "Line is NOT different, not replacing it." ) else: self._log.debug(