From 46db0b7401dda0b3b4e259ba6e5f409ad0b11725 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 18 Apr 2022 12:25:50 +0100 Subject: [PATCH] Bug fix --- matcher/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matcher/api.py b/matcher/api.py index 8b6aee5..203ccd3 100644 --- a/matcher/api.py +++ b/matcher/api.py @@ -825,7 +825,7 @@ def item_detail(item): unsupported = isa_lookup.keys() & unsupported_relation_types if unsupported: d["unsupported_relation_types"] = [isa for isa in d["isa_list"] - if isa.qid in isa_lookup] + if isa["qid"] in isa_lookup] return d