commit/galaxy-central: dan: remove extraneous comment from 7732e2da1563.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/bbd48fc01abd/ Changeset: bbd48fc01abd User: dan Date: 2014-02-21 16:42:23 Summary: remove extraneous comment from 7732e2da1563. Affected #: 1 file diff -r 7732e2da1563682b911e08e445f103e7e58af78b -r bbd48fc01abd9df25b1e0fa8e2bbe2727d252a88 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -1781,7 +1781,7 @@ # Both of these values indicate that no dataset is selected. However, 'None' # indicates that the dataset is optional, while '' indicates that it is not. none_values = [ None, '', 'None' ] - if value in none_values:# is None or value == '' or value == 'None': + if value in none_values: return value if isinstance(value, str) and value.find(",") > -1: values = value.split(",") Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org