Add missing closure to the Commit.tree getseter
This commit is contained in:
parent
b050de2b26
commit
3e45a68371
2
pygit2.c
2
pygit2.c
@ -766,7 +766,7 @@ static PyGetSetDef Commit_getseters[] = {
|
||||
(setter)Commit_set_committer, "committer", NULL},
|
||||
{"author", (getter)Commit_get_author,
|
||||
(setter)Commit_set_author, "author", NULL},
|
||||
{"tree", (getter)Commit_get_tree, NULL, "tree object"},
|
||||
{"tree", (getter)Commit_get_tree, NULL, "tree object", NULL},
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user