1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f70167e188f9/ Changeset: f70167e188f9 User: davebgx Date: 2014-06-04 21:15:23 Summary: Merge bugfix from stable. Affected #: 2 files diff -r 72bb9c96a5bad59ca79a669ec1d43a87aa06986f -r f70167e188f9ad42d1651ea77a1208ad2fdc9abc lib/tool_shed/util/metadata_util.py --- a/lib/tool_shed/util/metadata_util.py +++ b/lib/tool_shed/util/metadata_util.py @@ -1694,6 +1694,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.