From: Han-Wen Nienhuys Date: Tue, 23 Jan 2007 02:51:20 +0000 (+0100) Subject: thinkwo. X-Git-Tag: release/2.11.14-1~61 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b08ecfcaddc598081688efdef4dc49fba93253c9;p=lilypond.git thinkwo. --- diff --git a/buildscripts/coverage.py b/buildscripts/coverage.py index c3cf34b80a..a06a943d14 100644 --- a/buildscripts/coverage.py +++ b/buildscripts/coverage.py @@ -70,7 +70,7 @@ class Chunk: sys.stdout.write ('%8s:%8d:%s' % (cov, n, l)) def uncovered_score (self): - return len (self) + return self.length () class SchemeChunk (Chunk): def uncovered_score (self):