1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/09d9091ec0a4/ changeset: r5284:09d9091ec0a4 user: dan date: 2011-03-30 16:34:21 summary: Minor fix for 5283:41a416e61021. affected #: 1 file (4 bytes) --- a/lib/galaxy/datatypes/data.py Wed Mar 30 07:14:20 2011 -0400 +++ b/lib/galaxy/datatypes/data.py Wed Mar 30 10:34:21 2011 -0400 @@ -436,7 +436,7 @@ #Small dataset, recount all lines and reset peek afterward. lc = self.count_data_lines(dataset) dataset.metadata.data_lines = lc - dataset.blurb = "%s %s" % util.commaify( str(lc) ), inflector.cond_plural(lc, self.line_class) + dataset.blurb = "%s %s" % ( util.commaify( str(lc) ), inflector.cond_plural(lc, self.line_class) ) else: est_lines = self.estimate_file_lines(dataset) dataset.blurb = "~%s %s" % ( util.commaify(util.roundify(str(est_lines))), inflector.cond_plural(est_lines, self.line_class) ) 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.