1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/babda116a4c0/ changeset: babda116a4c0 user: natefoo date: 2012-04-02 21:38:02 summary: I missed a call to a renamed method in the job manager. affected #: 1 file diff -r 07eb5affb4c0c74f1bf95d2fb850f926d4defaf2 -r babda116a4c0193c2ee4941d09ac78940098fece lib/galaxy/jobs/manager.py --- a/lib/galaxy/jobs/manager.py +++ b/lib/galaxy/jobs/manager.py @@ -89,7 +89,7 @@ log.warning( "(%s) Tool '%s' removed from tool config, unable to recover job" % ( job.id, job.tool_id ) ) JobWrapper( job, self ).fail( 'This tool was disabled before the job completed. Please contact your Galaxy administrator.' ) else: - job.handler = self.__select_handler( job ) # handler's recovery method will take it from here + job.handler = self.__get_handler( job ) # handler's recovery method will take it from here log.info( "(%d) Job in '%s' state had no handler at job manager startup, assigned '%s' handler" % ( job.id, job.state, job.handler ) ) if self.sa_session.dirty: self.sa_session.flush() 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.