1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/fb68af9a775a/ Changeset: fb68af9a775a Branch: stable User: davebgx Date: 2014-06-04 21:04:33 Summary: Fix resetting all metadata based on issue found by Nicola Soranzo. Affected #: 1 file diff -r 18777feed30bc0a41e2f46b49e561cd23eb3b564 -r fb68af9a775a956fcc397b22d16f2119401d926d lib/tool_shed/util/metadata_util.py --- a/lib/tool_shed/util/metadata_util.py +++ b/lib/tool_shed/util/metadata_util.py @@ -1712,6 +1712,8 @@ def reset_all_metadata_on_installed_repository( trans, id ): """Reset all metadata on a single tool shed repository installed into a Galaxy instance.""" + invalid_file_tups = [] + metadata_dict = {} repository = suc.get_installed_tool_shed_repository( trans, id ) repository_clone_url = common_util.generate_clone_url_for_installed_repository( trans.app, repository ) tool_path, relative_install_dir = repository.get_tool_relative_path( trans.app ) 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.