commit/galaxy-central: greg: Fix for displaying the status of an installed repository that cannot be determined.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5e970c779437/ Changeset: 5e970c779437 User: greg Date: 2014-03-11 14:32:05 Summary: Fix for displaying the status of an installed repository that cannot be determined. Affected #: 1 file diff -r 175b9f98626582f7220013334453eaf17c03a15a -r 5e970c779437c75988075a917aeee2cff2f24c66 lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -1424,7 +1424,7 @@ bgcolor = trans.install_model.ToolShedRepository.states.ERROR else: bgcolor = trans.install_model.ToolShedRepository.states.WARNING - status_label = '%s, unknown status' % status_label + status_label = 'unknown status' return '<div class="count-box state-color-%s">%s</div>' % ( bgcolor, status_label ) def get_updated_changeset_revisions( trans, name, owner, changeset_revision ): 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)
-
commits-noreply@bitbucket.org