X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=b11a399d2cf7f592922e1c09d06880c5b63d0ea2;hb=df9f50185cf71dd4801cfd24ade33d5c2f74de1a;hp=4abba5bdcd165fa277e60c5fc6593c2a2bc84d91;hpb=6d44c5af6568d2a559c163ace14d27cc7e2ba1bc;p=notmuch diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 4abba5bd..b11a399d 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -100,7 +100,7 @@ class Query(object): # create reference to parent db to keep it alive self._db = db # create query, return None if too little mem available - query_p = Query._create(db.db_p, _str(querystr)) + query_p = Query._create(db._db, _str(querystr)) if not query_p: raise NullPointerError self._query = query_p