Skip to content

Commit

Permalink
trying to fix bug introduced by bmt/linkml changes to annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanDietzMorris committed Dec 12, 2023
1 parent 4b68c0e commit 3af9df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def build(version: str):
"symmetric": el.symmetric,
"inverse": el.inverse,
"annotations": {
tag: annotation.value.lower() == "true"
tag: annotation.value is True
for tag, annotation in el.annotations.items()
},
"slot_uri": el.slot_uri,
Expand Down

0 comments on commit 3af9df4

Please sign in to comment.