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