commit/galaxy-central: natefoo: Bug fix for exception handling of slurm runner's stderr parsing.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7c6c900abf1f/ Changeset: 7c6c900abf1f User: natefoo Date: 2014-11-17 18:28:16+00:00 Summary: Bug fix for exception handling of slurm runner's stderr parsing. Affected #: 1 file diff -r f3118a08d53254fa31eef53ac07ed21ba792192d -r 7c6c900abf1f2968dab4552b9e589b0ffe94cb69 lib/galaxy/jobs/runners/slurm.py --- a/lib/galaxy/jobs/runners/slurm.py +++ b/lib/galaxy/jobs/runners/slurm.py @@ -110,6 +110,6 @@ if bof: break except: - log.exception('Error reading end of %s:', path) + log.exception('Error reading end of %s:', efile_path) return False 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