commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c1a9ed13d5f7/ Changeset: c1a9ed13d5f7 Branch: next-stable User: BjoernGruening Date: 2014-11-24 16:28:25+00:00 Summary: getstring() does not exist, use get() instead Affected #: 1 file diff -r 475716a95133cdeb443f38bbd7fcb7a8291e6069 -r c1a9ed13d5f71deb671ab83ed262c0a861c469d2 lib/galaxy/web/base/interactive_environments.py --- a/lib/galaxy/web/base/interactive_environments.py +++ b/lib/galaxy/web/base/interactive_environments.py @@ -77,7 +77,7 @@ } if self.attr.viz_config.has_option("docker", "galaxy_url"): - conf_file['galaxy_url'] = self.attr.viz_config.getstring("docker", "galaxy_url") + conf_file['galaxy_url'] = self.attr.viz_config.get("docker", "galaxy_url") elif self.attr.galaxy_config.galaxy_infrastructure_url_set: conf_file['galaxy_url'] = self.attr.galaxy_config.galaxy_infrastructure_url.rstrip('/') + '/' else: https://bitbucket.org/galaxy/galaxy-central/commits/428cd34786bd/ Changeset: 428cd34786bd User: jmchilton Date: 2014-11-24 16:59:13+00:00 Summary: Merge next-stable. Affected #: 0 files 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