Skip to content
Snippets Groups Projects
Commit 0de3ebbd authored by Grzegorz Kostkowski's avatar Grzegorz Kostkowski
Browse files

Minor fix

parent 007dbba6
No related merge requests found
Pipeline #4564 failed with stage
in 5 minutes and 14 seconds
......@@ -459,6 +459,8 @@ class DocumentAnnotations(object):
doc=self._doc,
)
self._ann_dict[ann_descr] = related_ann
else:
return
self._tok_dict[tok_pos].append(related_ann)
self._tok_pos_to_tok[tok_pos] = token
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment