commit/galaxy-central: dan: Fix for displaying job_id when preparing a job fails.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5a910304b254/ changeset: 5a910304b254 user: dan date: 2013-02-21 17:53:32 summary: Fix for displaying job_id when preparing a job fails. affected #: 1 file diff -r bf84118d56670484db09986435bb79376e8fb52b -r 5a910304b25466d3781821bc35f7d0a6c1eae28a lib/galaxy/jobs/runners/__init__.py --- a/lib/galaxy/jobs/runners/__init__.py +++ b/lib/galaxy/jobs/runners/__init__.py @@ -112,7 +112,7 @@ job_wrapper.prepare() job_wrapper.runner_command_line = self.build_command_line( job_wrapper ) except: - log.exception("(%d) Failure preparing job" % job_id) + log.exception("(%s) Failure preparing job" % job_id) job_wrapper.fail( "failure preparing job", exception=True ) return 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)
-
Bitbucket