commit/galaxy-central: natefoo: Don't count library datasets against the creating user upon dataset creation.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/5710c02b60ca/ changeset: 5710c02b60ca user: natefoo date: 2011-08-18 19:13:35 summary: Don't count library datasets against the creating user upon dataset creation. affected #: 1 file (30 bytes) --- a/lib/galaxy/jobs/__init__.py Thu Aug 18 13:08:39 2011 -0400 +++ b/lib/galaxy/jobs/__init__.py Thu Aug 18 13:13:35 2011 -0400 @@ -681,7 +681,7 @@ bytes = 0 # Once datasets are collected, set the total dataset size (includes extra files) - for dataset_assoc in job.output_datasets + job.output_library_datasets: + for dataset_assoc in job.output_datasets: dataset_assoc.dataset.dataset.set_total_size() bytes += dataset_assoc.dataset.dataset.get_total_size() 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