commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9ed9316ae6fb/ Changeset: 9ed9316ae6fb Branch: stable 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 1bbc2b265fba40a40ebab9cd03d91a3a7e7d2e18 -r 9ed9316ae6fba4fb83050757d9db259569d14de9 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 ): https://bitbucket.org/galaxy/galaxy-central/commits/b194d6a4797f/ Changeset: b194d6a4797f User: davebgx Date: 2014-03-11 15:31:42 Summary: Merge stable. Affected #: 0 files 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