commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7b2c4fff40c0/ Changeset: 7b2c4fff40c0 Branch: next-stable User: carlfeberhard Date: 2013-05-29 22:25:01 Summary: HDA.get_api_value: remove history_id as tuple Affected #: 1 file diff -r 05674ed7665cbd7a1012d8b31b728cdbf52a3dbd -r 7b2c4fff40c0682bdb64a5fe8049df15cf836541 lib/galaxy/model/__init__.py --- a/lib/galaxy/model/__init__.py +++ b/lib/galaxy/model/__init__.py @@ -1684,7 +1684,7 @@ misc_blurb = hda.blurb ) if hda.history is not None: - rval['history_id'] = hda.history.id, + rval['history_id'] = hda.history.id rval[ 'peek' ] = to_unicode( hda.display_peek() ) for name, spec in hda.metadata.spec.items(): https://bitbucket.org/galaxy/galaxy-central/commits/93f6e07db854/ Changeset: 93f6e07db854 User: carlfeberhard Date: 2013-05-29 22:26:01 Summary: merge next-stable Affected #: 1 file diff -r 13797aac2667307106edeaba3076f04abd96e60d -r 93f6e07db8549411be10ba5385ba4cf9fab0c046 lib/galaxy/model/__init__.py --- a/lib/galaxy/model/__init__.py +++ b/lib/galaxy/model/__init__.py @@ -1684,7 +1684,7 @@ misc_blurb = hda.blurb ) if hda.history is not None: - rval['history_id'] = hda.history.id, + rval['history_id'] = hda.history.id rval[ 'peek' ] = to_unicode( hda.display_peek() ) for name, spec in hda.metadata.spec.items(): 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