commit/galaxy-central: Dave Bouvier: Backward compatibility fix for installing repositories without repository dependencies.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/48191107fd2d/ Changeset: 48191107fd2d User: Dave Bouvier Date: 2013-09-11 20:16:52 Summary: Backward compatibility fix for installing repositories without repository dependencies. Affected #: 1 file diff -r fe1a800dfcb6d842c3769c3334d602ce95095570 -r 48191107fd2da06e10af5e7d83e197585e859f06 lib/tool_shed/util/common_install_util.py --- a/lib/tool_shed/util/common_install_util.py +++ b/lib/tool_shed/util/common_install_util.py @@ -344,7 +344,7 @@ required_repository_tups.append( components_list ) else: # We have a single repository with no dependencies. - components_list = [ tool_shed_url, repository_name, repository_owner, changeset_revision, 'False', 'False' ] + components_list = [ tool_shed_url, repository_name, repository_owner, changeset_revision ] required_repository_tups.append( components_list ) if required_repository_tups: # The value of required_repository_tups is a list of tuples, so we need to encode it. 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