We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7452cc commit a95198dCopy full SHA for a95198d
1 file changed
graphannis/graph.py
@@ -39,7 +39,7 @@ def _get_edge_labels(db, edge_ptr, component_ptr):
39
40
err = ffi.new("AnnisErrorList **")
41
annos = CAPI.annis_graph_annotations_for_edge(db, edge, component_ptr, err)
42
- consume_errors(annos)
+ consume_errors(err)
43
44
for i in range(CAPI.annis_vec_annotation_size(annos)):
45
a = CAPI.annis_vec_annotation_get(annos, i)
0 commit comments