CLI/git: fix name error

This commit is contained in:
Jakub Wilk 2024-01-12 17:27:49 +01:00 committed by David Bremner
parent 5f3e5dd411
commit e310df7093

View file

@ -247,7 +247,7 @@ def count_messages(prefix=None):
stdout=_subprocess.PIPE, wait=True)
if status != 0:
_LOG.error("failed to run notmuch config")
sys.exit(1)
_sys.exit(1)
return int(stdout.rstrip())
def get_tags(prefix=None):