commit/galaxy-central: dannon: Fix history_contents API adding the HDA to the history twice (resulting in skipped hids)
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/b9c0762a09db/ changeset: b9c0762a09db user: dannon date: 2012-04-10 20:32:13 summary: Fix history_contents API adding the HDA to the history twice (resulting in skipped hids) affected #: 1 file diff -r 99b2fe57e16790a413f6d76deaf5b44a7c77e992 -r b9c0762a09db90952ebd51ce123927f097cd68ff lib/galaxy/web/api/history_contents.py --- a/lib/galaxy/web/api/history_contents.py +++ b/lib/galaxy/web/api/history_contents.py @@ -95,7 +95,6 @@ except Exception, e: return str( e ) hda = ld.library_dataset_dataset_association.to_history_dataset_association( history, add_to_history=True ) - history.add_dataset( hda ) trans.sa_session.flush() return hda.get_api_value() else: 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)
-
Bitbucket