CLI/git: remove no-op format() call

This commit is contained in:
Jakub Wilk 2024-01-12 17:27:50 +01:00 committed by David Bremner
parent e310df7093
commit 2f0320c5f2

View 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'])