[PATCH 3/3] CLI/git: remove no-op format() call

Subject: [PATCH 3/3] CLI/git: remove no-op format() call

Date: Fri, 12 Jan 2024 17:27:50 +0100

To: notmuch@notmuchmail.org

Cc:

From: Jakub Wilk


---
 notmuch-git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-git.py b/notmuch-git.py
index 29f75531..97073c80 100644
--- a/notmuch-git.py
+++ b/notmuch-git.py
@@ -376,7 +376,7 @@ def check_safe_fraction(status):
 
     total = count_messages (TAG_PREFIX)
     if total == 0:
-        _LOG.error('No existing tags with given prefix, stopping.'.format(safe))
+        _LOG.error('No existing tags with given prefix, stopping.')
         _LOG.error('Use --force to override.')
         exit(1)
     change = len(status['added'])+len(status['deleted'])
-- 
2.39.2

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: