commit/galaxy-central: greg: Fix for uninstalling a repository from Galaxy.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/efc27a70bda3/ Changeset: efc27a70bda3 User: greg Date: 2013-12-12 18:06:13 Summary: Fix for uninstalling a repository from Galaxy. Affected #: 1 file diff -r e1b310faa7a0b04d273ad1b0960ebe5050297412 -r efc27a70bda323d9b0240733cef9e9db4b95cf05 lib/tool_shed/galaxy_install/installed_repository_manager.py --- a/lib/tool_shed/galaxy_install/installed_repository_manager.py +++ b/lib/tool_shed/galaxy_install/installed_repository_manager.py @@ -324,7 +324,7 @@ if repository.id in rd_ids: debug_msg = "Removing entry for revision %s of repository %s owned by %s " % \ ( str( repository.changeset_revision ), str( repository.name ), str( repository.owner ) ) - debug_msg += "from the dependent list for revision %s of repository %s owned by %s " \ + debug_msg += "from the dependent list for revision %s of repository %s owned by %s " % \ ( str( r.changeset_revision ), str( r.name ), str( r.owner ) ) debug_msg += "in installed_repository_dependencies_of_installed_repositories." log.debug( debug_msg ) 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