[hg] galaxy 3694: Add missing job_id substitutions to jobs/runne...
details: http://www.bx.psu.edu/hg/galaxy/rev/1a3bc21d3a8e changeset: 3694:1a3bc21d3a8e user: Dan Blankenberg <dan@bx.psu.edu> date: Mon Apr 26 09:58:21 2010 -0400 description: Add missing job_id substitutions to jobs/runners/pbs.py. diffstat: lib/galaxy/jobs/runners/pbs.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r df8fc06fdac9 -r 1a3bc21d3a8e lib/galaxy/jobs/runners/pbs.py --- a/lib/galaxy/jobs/runners/pbs.py Sun Apr 25 16:18:15 2010 -0400 +++ b/lib/galaxy/jobs/runners/pbs.py Mon Apr 26 09:58:21 2010 -0400 @@ -378,7 +378,7 @@ try: # recheck to make sure it wasn't a communication problem self.check_single_job( pbs_server_name, job_id ) - log.warning( "(%s/%s) job was not in state check list, but was found with individual state check" ) + log.warning( "(%s/%s) job was not in state check list, but was found with individual state check" % ( galaxy_job_id, job_id ) ) new_watched.append( pbs_job_state ) except: errno, text = pbs.error()
participants (1)
-
Nate Coraor