Skip to content

Commit

Permalink
changed defn
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 19, 2024
1 parent bc5fb22 commit acf92f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ def _tv_dict(stanza: Stanza) -> Dict[str, List[str]]:
id=_id(), about_node=t1id, new_value=td2, old_value=td1
)
elif vals1:
yield kgcl.RemoveTextDefinition(id=_id(), about_node=t1id, old_value=vals1.pop())
yield kgcl.RemoveTextDefinition(id=_id(), about_node=t1id, old_value=td1)
else:
yield kgcl.NewTextDefinition(id=_id(), about_node=t2id, new_value=td2)
elif tag == TAG_IS_OBSOLETE:
Expand Down

0 comments on commit acf92f8

Please sign in to comment.