commit/galaxy-central: guerler: Parameters: Multiselect by default not optional
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1fa9a9409fc9/ Changeset: 1fa9a9409fc9 User: guerler Date: 2015-01-28 21:21:23+00:00 Summary: Parameters: Multiselect by default not optional Affected #: 1 file diff -r 9c767090274eb2a213854dcdb367135d782fecec -r 1fa9a9409fc92cea7c1775e57c462a56d01c3185 lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -772,8 +772,6 @@ input_source = ensure_input_source( input_source ) ToolParameter.__init__( self, tool, input_source ) self.multiple = input_source.get_bool( 'multiple', False ) - # Multiple selects are optional by default, single selection is the inverse. - self.optional = input_source.parse_optional( self.multiple ) self.display = input_source.get( 'display', None ) self.separator = input_source.get( 'separator', ',' ) self.legal_values = set() 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