commit/galaxy-central: jmchilton: Fix for previous commit.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b94bb858d29b/ Changeset: b94bb858d29b User: jmchilton Date: 2014-05-16 05:05:04 Summary: Fix for previous commit. Affected #: 1 file diff -r 933d0f2847332024f1fdf40234e74930014794e6 -r b94bb858d29b39f5d8127414bd703ee8e4905281 lib/galaxy/jobs/runners/lwr_client/manager.py --- a/lib/galaxy/jobs/runners/lwr_client/manager.py +++ b/lib/galaxy/jobs/runners/lwr_client/manager.py @@ -76,7 +76,7 @@ def __init__(self, **kwds): self.url = kwds.get('url') - self.manager_name = kwds.get("manager", "_default_") + self.manager_name = kwds.get("manager", None) or "_default_" self.connect_ssl = parse_amqp_connect_ssl_params(kwds.get('amqp_connect_ssl_args', None)) timeout = kwds.get('amqp_consumer_timeout', False) if timeout is 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