X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-git.py;h=97073c804a724e4819598089a410c336e9ea48d5;hb=2f0320c5f24adfee026e938ebc379ca90e3045d3;hp=29f7553127a2f3976268e583673860e658cced09;hpb=e310df70938baf61b849f309f295d0b6c54bd0d3;p=notmuch 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'])