]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/thread.py
Merge tag '0.13.2'
[notmuch] / bindings / python / notmuch / thread.py
index 789f9a0467d5f768524a0eff9b862356355d046d..009cb2bfb34c29e77f31d011bf596df593485032 100644 (file)
@@ -238,7 +238,7 @@ class Thread(object):
             raise NotInitializedError()
 
         tags_p = Thread._get_tags(self._thread)
-        if tags_p == None:
+        if not tags_p:
             raise NullPointerError()
         return Tags(tags_p, self)