2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b2a5169daea4/ Changeset: b2a5169daea4 Branch: error-message-fix User: BjoernGruening Date: 2013-04-06 15:00:37 Summary: change error message Affected #: 1 file diff -r cb25513c63cd7aa2ebd472e91109c96276ed6d9d -r b2a5169daea4ddcde4eec0b70b1d97a6fd1f1321 lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py --- a/lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py +++ b/lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py @@ -141,7 +141,7 @@ response.close() except Exception, e: message = "Error attempting to retrieve installation information from tool shed %s for revision %s of repository %s owned by %s: %s" % \ - ( str( tool_shed_url ), str( name ), str( owner ), str( changeset_revision ), str( e ) ) + ( str( tool_shed_url ), str( changeset_revision ), str( name ), str( owner ), str( e ) ) log.error( message, exc_info=True ) trans.response.status = 500 return dict( status='error', error=message ) @@ -347,4 +347,4 @@ elif isinstance( installed_tool_shed_repositories, list ): all_installed_tool_shed_repositories.extend( installed_tool_shed_repositories ) return all_installed_tool_shed_repositories - \ No newline at end of file + https://bitbucket.org/galaxy/galaxy-central/commits/b7a2605bd0a3/ Changeset: b7a2605bd0a3 User: dannon Date: 2013-04-09 15:56:12 Summary: Merged in BjoernGruening/galaxy-central-bgruening/error-message-fix (pull request #150) change error message Affected #: 1 file diff -r a395caa2f36f2e4aa6c2daf24e4da3c9ede4b125 -r b7a2605bd0a3c8452999b645eb3a37d876c4f2da lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py --- a/lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py +++ b/lib/galaxy/webapps/galaxy/api/tool_shed_repositories.py @@ -141,7 +141,7 @@ response.close() except Exception, e: message = "Error attempting to retrieve installation information from tool shed %s for revision %s of repository %s owned by %s: %s" % \ - ( str( tool_shed_url ), str( name ), str( owner ), str( changeset_revision ), str( e ) ) + ( str( tool_shed_url ), str( changeset_revision ), str( name ), str( owner ), str( e ) ) log.error( message, exc_info=True ) trans.response.status = 500 return dict( status='error', error=message ) @@ -347,4 +347,4 @@ elif isinstance( installed_tool_shed_repositories, list ): all_installed_tool_shed_repositories.extend( installed_tool_shed_repositories ) return all_installed_tool_shed_repositories - \ No newline at end of file + 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.