mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
CLI/git: fix name error
This commit is contained in:
parent
5f3e5dd411
commit
e310df7093
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue