[PATCH 2/3] CLI/git: fix name error

Subject: [PATCH 2/3] CLI/git: fix name error

Date: Fri, 12 Jan 2024 17:27:49 +0100

To: notmuch@notmuchmail.org

Cc:

From: Jakub Wilk


---
 notmuch-git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch-git.py b/notmuch-git.py
index a11501ae..29f75531 100644
--- a/notmuch-git.py
+++ b/notmuch-git.py
@@ -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):
-- 
2.39.2

_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: