]> git.cworth.org Git - notmuch/commitdiff
CLI/git: remove no-op format() call
authorJakub Wilk <jwilk@jwilk.net>
Fri, 12 Jan 2024 16:27:50 +0000 (17:27 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 14 Jan 2024 12:55:20 +0000 (08:55 -0400)
notmuch-git.py

index 29f7553127a2f3976268e583673860e658cced09..97073c804a724e4819598089a410c336e9ea48d5 100644 (file)
@@ -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'])