Return chunks from apply_delta.
[jelmer/dulwich-libgit2.git] / dulwich / _pack.c
index 2890739de471c3aa0e549879eb0a481fb597cb24..7cdfe304a4ca8737f4706150b8cf81dbc88fc7d7 100644 (file)
@@ -127,7 +127,7 @@ static PyObject *py_apply_delta(PyObject *self, PyObject *args)
                return NULL;
        }
 
-    return ret;
+    return Py_BuildValue("[N]", ret);
 }
 
 static PyObject *py_bisect_find_sha(PyObject *self, PyObject *args)