commit/galaxy-central: jgoecks: Fix bug introduced in f34a17e508e5.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9c7e4bb081b5/ changeset: 9c7e4bb081b5 user: jgoecks date: 2011-11-01 18:40:21 summary: Fix bug introduced in f34a17e508e5. affected #: 1 file diff -r f34a17e508e5bc07d761eeb8c36a3d076ce9ecf1 -r 9c7e4bb081b5db8850d4ad7854f721c4c9376552 lib/galaxy/web/controllers/tracks.py --- a/lib/galaxy/web/controllers/tracks.py +++ b/lib/galaxy/web/controllers/tracks.py @@ -925,7 +925,7 @@ else: message = 'Attributes updated' new_dataset.set_meta() - new_dataset.datatype.after_setting_metadata( data ) + new_dataset.datatype.after_setting_metadata( new_dataset ) trans.sa_session.flush() 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