1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/81131bf378e9/ Changeset: 81131bf378e9 User: greg Date: 2013-10-25 21:49:41 Summary: Don't generate a message unnecessarily when determining orphan tool dependencies. Affected #: 1 file diff -r 48b18d8fd24ecca3e2607811d5a75925e355cccb -r 81131bf378e95d935c7b0ba8b157d51b8b61c9dd lib/tool_shed/util/tool_dependency_util.py --- a/lib/tool_shed/util/tool_dependency_util.py +++ b/lib/tool_shed/util/tool_dependency_util.py @@ -163,7 +163,6 @@ has_orphan_package_dependencies = True package_orphans_str += "<b>* name:</b> %s, <b>type:</b> %s, <b>version:</b> %s<br/>" % \ ( str( name ), str( type ), str( version ) ) - message += "<br/>" if has_orphan_package_dependencies: message += "The settings for <b>name</b>, <b>version</b> and <b>type</b> from a contained tool configuration file's " message += "<b>requirement</b> tag does not match the information for the following tool dependency definitions in the " 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.