From de58be0b8620032261f1f4699856994a4ee164d7 Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 2 Nov 2016 21:54:41 +0000 Subject: Added toggleable short and long labels to correlation matrix Fixed issue where I forgot to remove a parameter from jsonable_table_row in trait.py --- wqflask/base/trait.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wqflask/base') diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index 8788d983..11a91d1d 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -120,7 +120,7 @@ class GeneralTrait(object): else: return dict() - def jsonable_table_row(self, index, search_type): + def jsonable_table_row(self, index): """Return a list suitable for json and intended to be displayed in a table Actual turning into json doesn't happen here though""" -- cgit v1.2.3