1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/c03c46ced8cc/ changeset: c03c46ced8cc user: inithello date: 2013-03-12 21:50:41 summary: Fix error message about missing app.config.biostar_url in the tool shed. affected #: 1 file diff -r bb15d2df55dd838914c1bc0c762dbdd039b7d8ae -r c03c46ced8cc0ac2f36d92ac093684e6cf828609 lib/galaxy/webapps/tool_shed/config.py --- a/lib/galaxy/webapps/tool_shed/config.py +++ b/lib/galaxy/webapps/tool_shed/config.py @@ -82,6 +82,7 @@ self.support_url = kwargs.get( 'support_url', 'http://wiki.g2.bx.psu.edu/Support' ) self.wiki_url = kwargs.get( 'wiki_url', 'http://wiki.g2.bx.psu.edu/FrontPage' ) self.blog_url = kwargs.get( 'blog_url', None ) + self.biostar_url = kwargs.get( 'biostar_url', None ) self.screencasts_url = kwargs.get( 'screencasts_url', None ) self.log_events = False self.cloud_controller_instance = 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.