commit/galaxy-central: davebgx: Fix call to get_repository_metadata_by_changeset_revision.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ca53bc55bdc5/ Changeset: ca53bc55bdc5 Branch: stable User: davebgx Date: 2014-06-11 22:50:43 Summary: Fix call to get_repository_metadata_by_changeset_revision. Affected #: 1 file diff -r 4c58aa19a3d7ad94747d5b4dcfd031bebb37a35f -r ca53bc55bdc5f8c0d8089da2f42cf9d81f0a15d4 lib/tool_shed/util/import_util.py --- a/lib/tool_shed/util/import_util.py +++ b/lib/tool_shed/util/import_util.py @@ -33,7 +33,7 @@ if repository is not None: # Do not allow the repository to be automatically installed if population resulted in errors. tip_changeset_revision = repository.tip( trans.app ) - repository_metadata = suc.get_repository_metadata_by_changeset_revision( trans.app, + repository_metadata = suc.get_repository_metadata_by_changeset_revision( trans, trans.security.encode_id( repository.id ), tip_changeset_revision ) if repository_metadata: 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