aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/trait.py
diff options
context:
space:
mode:
authorzsloan2016-03-18 15:57:18 +0000
committerzsloan2016-03-18 15:57:18 +0000
commitd4cf1581d13dcf2ba68d33f7fde48392e1c5a063 (patch)
treed0a5eb45968cac4fb741888dfc6f42307ece9223 /wqflask/base/trait.py
parentc64e7f8e6742ff37e6d9446c825492264d531858 (diff)
parente1b62e892ef132296429b1f6197686e4866ab648 (diff)
downloadgenenetwork2-d4cf1581d13dcf2ba68d33f7fde48392e1c5a063.tar.gz
Merge branch 'development' of github.com:genenetwork/genenetwork2
Diffstat (limited to 'wqflask/base/trait.py')
-rwxr-xr-xwqflask/base/trait.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py
index ff149ba3..acff38d9 100755
--- a/wqflask/base/trait.py
+++ b/wqflask/base/trait.py
@@ -67,7 +67,7 @@ class GeneralTrait(object):
# Todo: These two lines are necessary most of the time, but perhaps not all of the time
# So we could add a simple if statement to short-circuit this if necessary
self.retrieve_info(get_qtl_info=get_qtl_info)
- if kw.get('get_sample_info') != False:
+ if get_sample_info != False:
self.retrieve_sample_data()