X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ftag.py;fp=bindings%2Fpython%2Fnotmuch%2Ftag.py;h=d0f7bb402f2c4ddaa2dda4533fd07ba2428bf5fb;hp=d2dc498ca589b9622ba31c7c7c7dd372653660bb;hb=be851ad39de11f38e1cd4f7f15f1fa952232efe2;hpb=ab2f9fd828058d281480e9947ea346e382a7f3c8 diff --git a/bindings/python/notmuch/tag.py b/bindings/python/notmuch/tag.py index d2dc498c..d0f7bb40 100644 --- a/bindings/python/notmuch/tag.py +++ b/bindings/python/notmuch/tag.py @@ -90,7 +90,7 @@ class Tags(Python3StringMixIn): _move_to_next.restype = None def __next__(self): - if self._tags is None: + if not self._tags: raise NotmuchError(STATUS.NOT_INITIALIZED) if not self._valid(self._tags): self._tags = None