1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e97f613a4948/ Changeset: e97f613a4948 User: Dave Bouvier Date: 2013-08-26 15:07:54 Summary: Another instance of the API referencing the wrong attribute. Affected #: 1 file diff -r a86290c120d3aafb321f73d5ff57e777e8946a41 -r e97f613a4948dd641e66019e0c5eb72a8660f2e2 lib/galaxy/model/__init__.py --- a/lib/galaxy/model/__init__.py +++ b/lib/galaxy/model/__init__.py @@ -3440,7 +3440,7 @@ value_mapper = {} rval = {} try: - visible_keys = self.__getattribute__( 'api_' + view + '_visible_keys' ) + visible_keys = self.__getattribute__( 'dict_' + view + '_visible_keys' ) except AttributeError: raise Exception( 'Unknown API view: %s' % view ) for key in visible_keys: 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.