1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/caaf60ca4511/ changeset: caaf60ca4511 user: dan date: 2013-02-14 21:16:44 summary: Fix broken TabularToolDataTable.get_entry() affected #: 1 file diff -r 138642a8dc55689a3cab1d070aac72b293265bc9 -r caaf60ca4511b532b58ec5e1de85e39a0067ae0d lib/galaxy/tools/data/__init__.py --- a/lib/galaxy/tools/data/__init__.py +++ b/lib/galaxy/tools/data/__init__.py @@ -290,7 +290,7 @@ return_col = self.columns.get( return_attr, None ) if not return_col: return None - + rval = None # Look for table entry. for fields in self.data: if fields[ query_col ] == query_val: 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.