Skip to content

Commit

Permalink
Fix propagation of definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 5, 2024
1 parent b3c2476 commit c600dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bioontologies/obograph.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def from_parsed(cls, value: str, references: Optional[List[Reference]] = None) -
if not references:
references = []
return cls(
value=value,
val=value,
xrefs_raw=[r.curie for r in references],
references=references,
standardize=True,
Expand Down

0 comments on commit c600dbd

Please sign in to comment.