From 051d7b57ca7b36b6e2624e350768f16fb898d01f Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 25 Oct 2023 11:28:35 +0300 Subject: case-attribute: Bug: List ALL case-attribute values Fix bug where only one case-attribute value was returned. --- gn3/case_attributes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn3') diff --git a/gn3/case_attributes.py b/gn3/case_attributes.py index c964553..e3e6dc6 100644 --- a/gn3/case_attributes.py +++ b/gn3/case_attributes.py @@ -154,6 +154,7 @@ def __by_strain__(accumulator, item): } } return { + **accumulator, strain_name: { **{ key: value for key,value in item.items() -- cgit v1.2.3