commit/galaxy-central: natefoo: Fix a typo in tasks.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/1bae407d0d51/ changeset: 1bae407d0d51 user: natefoo date: 2011-11-02 18:28:43 summary: Fix a typo in tasks. affected #: 1 file diff -r b22ee1d4143247e2b0d8f0974e71cc4682efa401 -r 1bae407d0d51aa07e026896fee8db5f525e71eac lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py +++ b/lib/galaxy/jobs/__init__.py @@ -1123,7 +1123,7 @@ def __get_runner_name( self, job_wrapper ): if self.app.config.use_tasked_jobs and job_wrapper.tool.parallelism is not None and not isinstance(job_wrapper, TaskWrapper): - runnner_name = "tasks" + runner_name = "tasks" else: runner_name = ( job_wrapper.get_job_runner().split(":", 1) )[0] return runner_name 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