commit/galaxy-central: dan: Bug fix for 5454:2379785017d7
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/459cb941107e/ changeset: r5456:459cb941107e user: dan date: 2011-04-25 23:21:21 summary: Bug fix for 5454:2379785017d7 affected #: 1 file (0 bytes) --- a/lib/galaxy/tools/parameters/dynamic_options.py Mon Apr 25 15:30:21 2011 -0400 +++ b/lib/galaxy/tools/parameters/dynamic_options.py Mon Apr 25 17:21:21 2011 -0400 @@ -332,7 +332,7 @@ value = other_values.get( self.ref_name ) else: data_ref = other_values.get( self.meta_ref ) - if not isinstance( data.ref, self.dynamic_option.tool_param.tool.app.model.HistoryDatasetAssociation ) and not ( isinstance( data.ref, galaxy.tools.DatasetFilenameWrapper ) ): + if not isinstance( data_ref, self.dynamic_option.tool_param.tool.app.model.HistoryDatasetAssociation ) and not ( isinstance( data_ref, galaxy.tools.DatasetFilenameWrapper ) ): return options #cannot modify options value = data_ref.metadata.get( self.metadata_key, None ) return [ ( disp_name, optval, selected ) for disp_name, optval, selected in options if not compare_value( optval, value ) ] 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)
-
Bitbucket