1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/89dc1fd43e7b/ Changeset: 89dc1fd43e7b User: greg Date: 2014-01-15 02:05:28 Summary: Fix messaging broken in my last commit - thanks to Nicola Soranzo! Affected #: 1 file diff -r 55a2d1cced87aa2401a99ff3bc33d759f9b6e82c -r 89dc1fd43e7ba1156580e59bb310d09d95ccdb94 lib/galaxy/webapps/tool_shed/controllers/repository.py --- a/lib/galaxy/webapps/tool_shed/controllers/repository.py +++ b/lib/galaxy/webapps/tool_shed/controllers/repository.py @@ -2002,8 +2002,8 @@ ','.join( util.listify( changeset_revisions ) ) ) ) return trans.response.send_redirect( url ) else: - message = 'Repository installation is not possible due to an invalid Galaxy URL: <b>%s</b>. ' - message += 'You may need to enable cookies in your browser. ' % galaxy_url + message = 'Repository installation is not possible due to an invalid Galaxy URL: <b>%s</b>. ' % galaxy_url + message += 'You may need to enable cookies in your browser. ' status = 'error' return trans.response.send_redirect( web.url_for( controller='repository', action='browse_valid_categories', 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.