1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/13535bd0c2c9/ changeset: 13535bd0c2c9 user: greg date: 2012-01-17 20:51:40 summary: Fix for loading tools - bug introduced in my last commit... affected #: 1 file diff -r 0bdae741e4e20f8617f0b36c8b8bce42c766692e -r 13535bd0c2c9d312bf44476c28b5eb916c5318a1 lib/galaxy/tools/__init__.py --- a/lib/galaxy/tools/__init__.py +++ b/lib/galaxy/tools/__init__.py @@ -230,7 +230,7 @@ self.tools_by_id[ tool.id ] = tool key = 'tool_' + tool.id panel_dict[ key ] = tool - log.debug( "Loaded tool id: %s, version: %s: %s" % ( tool.id, tool.version ) ) + log.debug( "Loaded tool id: %s, version: %s." % ( tool.id, tool.version ) ) except: log.exception( "error reading tool from path: %s" % path ) def load_workflow_tag_set( self, elem, panel_dict ): 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.