Skip to content

Commit

Permalink
test for data provided
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-rasmussen committed Feb 16, 2022
1 parent 826d9da commit 8e294c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lift.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def addmodexamplefields(self,**kwargs):
log.debug("Form changed! ({}≠{})".format(forms[analang],
formvaluenode.text))
formvaluenode.text=forms[analang]
else:
elif analang in forms:
log.error("Found example with tone value field, but no form "
"field? ({}-{}); adding".format(senseid,location))
example=self.get("example", senseid=senseid,
Expand Down

0 comments on commit 8e294c2

Please sign in to comment.