fix unwanted line change

lk-collocation-structure-fix
Luka Kavčič 4 years ago
parent 3926d1a199
commit a7f85accce

@ -229,7 +229,7 @@ class SkeInsert(DataChgClickMessage):
def _as_corpus_example(self, example):
new_example = Example()
new_example.inner = CorpusExample()
new_example.inner.other_attributes["exampleId"] = example.s_id
new_example.inner.other_attributes["example_id"] = example.s_id
new_example.inner.cluster = ExampleClusters.first_empty_cluster()
lex_left = ComponentLexeme()

Loading…
Cancel
Save