diff options
author | zsloan | 2016-03-18 15:57:18 +0000 |
---|---|---|
committer | zsloan | 2016-03-18 15:57:18 +0000 |
commit | d4cf1581d13dcf2ba68d33f7fde48392e1c5a063 (patch) | |
tree | d0a5eb45968cac4fb741888dfc6f42307ece9223 /wqflask/base/trait.py | |
parent | c64e7f8e6742ff37e6d9446c825492264d531858 (diff) | |
parent | e1b62e892ef132296429b1f6197686e4866ab648 (diff) | |
download | genenetwork2-d4cf1581d13dcf2ba68d33f7fde48392e1c5a063.tar.gz |
Merge branch 'development' of github.com:genenetwork/genenetwork2
Diffstat (limited to 'wqflask/base/trait.py')
-rwxr-xr-x | wqflask/base/trait.py | 2 |
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() |