1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/66e0f985ad0b/ Changeset: 66e0f985ad0b User: carlfeberhard Date: 2013-12-05 19:42:05 Summary: Dataset, purge and purge async: allow non-deleted datasets to be purged (setting delete in the process) Affected #: 1 file diff -r 5b1f793c3227d3eb13240a4730627d9f17a5d556 -r 66e0f985ad0b9b33e5429979651e363a656ac686 lib/galaxy/webapps/galaxy/controllers/dataset.py --- a/lib/galaxy/webapps/galaxy/controllers/dataset.py +++ b/lib/galaxy/webapps/galaxy/controllers/dataset.py @@ -887,8 +887,8 @@ # If the user is known, make sure the HDA is owned by the current user. else: assert topmost_parent.history.user == trans.user, 'Invalid history dataset ID' - # HDA is not deleted - assert hda.deleted, 'History dataset is not marked as deleted' + # Ensure HDA is deleted + hda.deleted = True # HDA is purgeable # Decrease disk usage first if user: 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.