commit/galaxy-central: jmchilton: Fix incorrect LWR comment.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/47786821cd22/ Changeset: 47786821cd22 User: jmchilton Date: 2014-05-15 21:59:57 Summary: Fix incorrect LWR comment. Affected #: 1 file diff -r a50b64b9d70704542eba7dd69410c2a25c54e2a3 -r 47786821cd22eed10d1db9227b2ac18eff760374 lib/galaxy/jobs/runners/lwr.py --- a/lib/galaxy/jobs/runners/lwr.py +++ b/lib/galaxy/jobs/runners/lwr.py @@ -108,7 +108,7 @@ sleep( 2 ) job_state = self.__find_watched_job( job_id ) if not job_state: - log.warn( "Failed to find job corresponding to final status %s in %s" % ( full_status, self.watched ) ) + log.warn( "Failed to find job corresponding to status %s in %s" % ( full_status, self.watched ) ) else: self.__update_job_state_for_lwr_status(job_state, full_status["status"]) 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)
-
commits-noreply@bitbucket.org