aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/directory.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/notmuch/directory.py')
-rw-r--r--bindings/python/notmuch/directory.py2
1 files changed, 1 insertions, 1 deletions
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"""