1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d3a0b4b9da32/ Changeset: d3a0b4b9da32 User: jmchilton Date: 2014-06-16 05:36:50 Summary: Finish thought started with 97b2942. That commit did at least fix this documentation, with this commit I have actually verified the underlying problem is also fixed. Affected #: 1 file diff -r 97b2942c978887922705b9f8bb26ccdea6f707b4 -r d3a0b4b9da32927b5aab806f1a991594285475f7 lib/galaxy/jobs/runners/lwr.py --- a/lib/galaxy/jobs/runners/lwr.py +++ b/lib/galaxy/jobs/runners/lwr.py @@ -108,7 +108,7 @@ self._init_worker_threads() galaxy_url = self.runner_params.galaxy_url if galaxy_url: - galaxy_url.rstrip("/") + galaxy_url = galaxy_url.rstrip("/") self.galaxy_url = galaxy_url self.__init_client_manager() if self.runner_params.url: 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.