22 Oct
2010
22 Oct
'10
7:35 a.m.
Hi all, Here is a small fix to the docstring for Tool.build_param_dict. Peter diff -r 53d1fa98fa05 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py Thu Oct 21 16:10:26 2010 -0400 +++ b/lib/galaxy/tools/__init__.py Fri Oct 22 13:32:31 2010 +0100 @@ -1333,7 +1333,7 @@ line. Each value is wrapped in a `InputValueWrapper`, which allows all the attributes of the value to be used in the template, *but* when the __str__ method is called it actually calls the - `to_param_dict_value` method of the associated input. + `to_param_dict_string` method of the associated input. """ param_dict = dict() # All parameters go into the param_dict