mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
CLI/git: remove no-op format() call
This commit is contained in:
parent
e310df7093
commit
2f0320c5f2
1 changed files with 1 additions and 1 deletions
|
@ -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'])
|
||||
|
|
Loading…
Reference in a new issue