commit/galaxy-central: greg: Fix for message display when setting tool shed repository metadata.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9d17faf3398a/ changeset: 9d17faf3398a user: greg date: 2011-07-19 21:10:11 summary: Fix for message display when setting tool shed repository metadata. affected #: 1 file (64 bytes) --- a/lib/galaxy/webapps/community/controllers/common.py Tue Jul 19 13:48:42 2011 -0400 +++ b/lib/galaxy/webapps/community/controllers/common.py Tue Jul 19 15:10:11 2011 -0400 @@ -230,6 +230,8 @@ correction_msg += "Upload a file named <b>%s</b> to the repository to correct this error." % sample_loc_file else: correction_msg += "Upload a file named <b>%s</b> to the repository to correct this error." % missing_file + else: + correction_msg = exception_msg message += "<b>%s</b> - %s<br/>" % ( tool_file, correction_msg ) status = 'error' elif flush_needed: 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)
-
Bitbucket