X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fdirectory.py;h=284cbdced126952587110f71d8e49d38d4bcd8be;hb=3a95f3fbc1602d612aec2b7f1095e40c95723aee;hp=0c5e015e0e01feb9da330e08c2de951f54ed7797;hpb=ea54c4fdc7d0ed9a4d6ab328d44c10ce5668d587;p=notmuch diff --git a/bindings/python/notmuch/directory.py b/bindings/python/notmuch/directory.py index 0c5e015e..284cbdce 100644 --- a/bindings/python/notmuch/directory.py +++ b/bindings/python/notmuch/directory.py @@ -177,7 +177,7 @@ class Directory(object): _destroy = nmlib.notmuch_directory_destroy _destroy.argtypes = [NotmuchDirectoryP] - _destroy.argtypes = None + _destroy.restype = None def __del__(self): """Close and free the Directory"""