X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fdirectory.py;h=284cbdced126952587110f71d8e49d38d4bcd8be;hb=3a95f3fbc1602d612aec2b7f1095e40c95723aee;hp=0c5e015e0e01feb9da330e08c2de951f54ed7797;hpb=a7561cc20b17669784c3259afcbcef98029f93e9;p=obsolete%2Fnotmuch-old 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"""