X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fthread.py;h=2f60d493fc52b0945e7479d9655d8b5c89edd7f6;hb=162687a99e412098729d639ed7bc27f01372cb84;hp=a47b2095b1f8d38aa90c3fb0ac152f91fffcc242;hpb=09fdf2b283938da1cded87ec8621aabe917a8fa5;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/thread.py b/bindings/python/notmuch/thread.py index a47b2095..2f60d493 100644 --- a/bindings/python/notmuch/thread.py +++ b/bindings/python/notmuch/thread.py @@ -260,5 +260,5 @@ class Thread(object): def __del__(self): """Close and free the notmuch Thread""" - if self._thread is not None: + if self._thread: self._destroy(self._thread)