From 3af9df4fbc2f1ea60ea0f78fa4a02e4e72e95f07 Mon Sep 17 00:00:00 2001 From: Evan Morris Date: Tue, 12 Dec 2023 15:22:24 -0500 Subject: [PATCH] trying to fix bug introduced by bmt/linkml changes to annotations --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6d6b31..f918598 100644 --- a/setup.py +++ b/setup.py @@ -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,