1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/4397e753ec2c/ changeset: r5048:4397e753ec2c user: natefoo date: 2011-02-11 20:17:22 summary: Fix a minor bug which mad it completely impossible to run a job. affected #: 1 file (1 byte) --- a/lib/galaxy/jobs/__init__.py Fri Feb 11 13:12:27 2011 -0500 +++ b/lib/galaxy/jobs/__init__.py Fri Feb 11 14:17:22 2011 -0500 @@ -1033,7 +1033,7 @@ for obj in module.__all__: display_name = ':'.join( ( module_name, obj ) ) runner = getattr( module, obj ) - self.job_runners[obj] = runner( self.app ) + self.job_runners[name] = runner( self.app ) log.debug( 'Loaded job runner: %s' % display_name ) def put( self, job_wrapper ): 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.