commit/galaxy-central: jgoecks: Fix typo in datasets API controller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/79bb2432133f/ changeset: 79bb2432133f user: jgoecks date: 2012-10-09 17:59:59 summary: Fix typo in datasets API controller. affected #: 1 file diff -r 04229b267b3e8dd112d3e66fd6826d2f66404424 -r 79bb2432133f9b18450e142fc6b80ddab364b57e lib/galaxy/webapps/galaxy/api/datasets.py --- a/lib/galaxy/webapps/galaxy/api/datasets.py +++ b/lib/galaxy/webapps/galaxy/api/datasets.py @@ -46,7 +46,7 @@ elif data_type == 'data': rval = self._data( trans, dataset, **kwd ) elif data_type == 'features': - rval = self._search_features( trans, dataset, kwd.get( 'query ' ) ) + rval = self._search_features( trans, dataset, kwd.get( 'query' ) ) elif data_type == 'raw_data': rval = self._raw_data( trans, dataset, **kwd ) elif data_type == 'track_config': 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