X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-git.py;h=29f7553127a2f3976268e583673860e658cced09;hb=e310df70938baf61b849f309f295d0b6c54bd0d3;hp=57098aae7821e5ddb5e1543d6e6c58d2c3d9a0bd;hpb=891af1d457a174e12943baf111175af14bb4bb53;p=notmuch diff --git a/notmuch-git.py b/notmuch-git.py index 57098aae..29f75531 100644 --- a/notmuch-git.py +++ b/notmuch-git.py @@ -31,7 +31,6 @@ import locale as _locale import logging as _logging import os as _os import re as _re -import shutil as _shutil import subprocess as _subprocess import sys as _sys import tempfile as _tempfile @@ -248,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):