diff --git a/bin/lesson_check.py b/bin/lesson_check.py index 84c28f37..b0b5581a 100755 --- a/bin/lesson_check.py +++ b/bin/lesson_check.py @@ -342,7 +342,7 @@ def check_line_lengths(self): n > MAX_LINE_LEN) and (not l.startswith('!'))] self.reporter.check(not over, self.filename, - 'Line(s) are too long: {0}', + 'Line(s) too long: {0}', ', '.join([str(i) for i in over])) def check_trailing_whitespace(self):