X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ftag.py;h=e0598139a0d44f7499f4ebaf1d3f6fda3f0d41e2;hb=162687a99e412098729d639ed7bc27f01372cb84;hp=711bf5331bd386b1e654afa897f7c1d2efe66f20;hpb=a7561cc20b17669784c3259afcbcef98029f93e9;p=obsolete%2Fnotmuch-old diff --git a/bindings/python/notmuch/tag.py b/bindings/python/notmuch/tag.py index 711bf533..e0598139 100644 --- a/bindings/python/notmuch/tag.py +++ b/bindings/python/notmuch/tag.py @@ -14,7 +14,7 @@ for more details. You should have received a copy of the GNU General Public License along with notmuch. If not, see . -Copyright 2010 Sebastian Spaeth ' +Copyright 2010 Sebastian Spaeth """ from ctypes import c_char_p from notmuch.globals import ( @@ -137,5 +137,5 @@ class Tags(Python3StringMixIn): def __del__(self): """Close and free the notmuch tags""" - if self._tags is not None: + if self._tags: self._destroy(self._tags)