1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/de94796f92b7/
changeset: de94796f92b7
user: greg
date: 2011-07-29 17:26:09
summary: Mke message stating how much disk space was cleaned up in the Galaxy reposrts
prettier. Fixes issue # 618.
affected #: 1 file (6 bytes)
--- a/lib/galaxy/webapps/reports/controllers/system.py Fri Jul 29 11:05:55 2011 -0400
+++ b/lib/galaxy/webapps/reports/controllers/system.py Fri Jul 29 11:26:09 2011 -0400
@@ -112,7 +112,7 @@
except:
pass
message = str( dataset_count ) + " datasets were deleted more than
" + str( deleted_datasets_days ) + \
- " days ago, but have not yet been purged, disk space: " + str(
disk_space ) + "."
+ " days ago, but have not yet been purged, disk space: " +
nice_size( disk_space ) + "."
else:
message = "Enter the number of days."
return str( deleted_datasets_days ), message
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.