X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ffilename.py;h=3f541046ff495bc65cb6f28f50eb5fff2e64b0b3;hb=d43f6c00b351424e903c2f2b71c34bc5902b467e;hp=51dae202d5d656963a977739ae053ef55b35adb5;hpb=0bbfc5ce8be91b881d9542d86aceec7e6a716e86;p=notmuch diff --git a/bindings/python/notmuch/filename.py b/bindings/python/notmuch/filename.py index 51dae202..3f541046 100644 --- a/bindings/python/notmuch/filename.py +++ b/bindings/python/notmuch/filename.py @@ -69,7 +69,7 @@ class Filenames(Python3StringMixIn): reference to it, so we can automatically delete the db object once all derived objects are dead. """ - if files_p is None: + if not files_p: raise NotmuchError(STATUS.NULL_POINTER) self._files = files_p