Skip to content

Commit

Permalink
#473 fix for binary mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed May 15, 2023
1 parent f4ed4d6 commit 07bc391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arekit/common/data/input/providers/instances/multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def __modify_first_and_copy_linked_wrap(text_opinions_linkage, label):
text_opinion_copy.set_label(label=label)
linkage[0] = text_opinion_copy

return TextOpinionsLinkage(text_opinions_it=linkage)
return TextOpinionsLinkage(linked_data=linkage)

0 comments on commit 07bc391

Please sign in to comment.