Skip to content

Commit

Permalink
#1238: API morphology, fixed morpheme access.
Browse files Browse the repository at this point in the history
  • Loading branch information
susanodd committed May 30, 2024
1 parent c965323 commit cff5b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signbank/dictionary/update_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def update_sequential_morphology(gloss, values):
# machine value of the first component
role = 2

morphemes = [get_default_annotationidglosstranslation(morpheme.morpheme)
morphemes = [morpheme.morpheme.id
for morpheme in MorphologyDefinition.objects.filter(parent_gloss=gloss)]

# the existence of the morphemes in parameter values has already been checked
Expand Down

0 comments on commit cff5b7e

Please sign in to comment.