From e3ebbb26cd20aeb096d9b735dd160604894efbce Mon Sep 17 00:00:00 2001 From: zsloan Date: Sat, 12 Oct 2019 14:04:19 -0500 Subject: The correct drop-down options should appear for the BXD-Harvested group under correlations now --- wqflask/wqflask/show_trait/show_trait.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wqflask/wqflask/show_trait/show_trait.py b/wqflask/wqflask/show_trait/show_trait.py index 4fe08b2b..48d0faf5 100644 --- a/wqflask/wqflask/show_trait/show_trait.py +++ b/wqflask/wqflask/show_trait/show_trait.py @@ -335,7 +335,7 @@ class ShowTrait(object): # We're checking a string here! assert isinstance(this_group, basestring), "We need a string type thing here" - if this_group[:3] == 'BXD': + if this_group[:3] == 'BXD' and this_group != "BXD-Harvested": this_group = 'BXD' if this_group: -- cgit v1.2.3