]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/directory.py
Merge tag '0.12_rc2'
[notmuch] / bindings / python / notmuch / directory.py
index 0c5e015e0e01feb9da330e08c2de951f54ed7797..284cbdced126952587110f71d8e49d38d4bcd8be 100644 (file)
@@ -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"""