diff -r 58fe260e7469 -r 7ce719013078 UtilitiesPython2/CodeStyleChecker.py --- a/UtilitiesPython2/CodeStyleChecker.py Sat Oct 19 12:28:12 2013 +0200 +++ b/UtilitiesPython2/CodeStyleChecker.py Sat Oct 19 13:03:39 2013 +0200 @@ -137,7 +137,6 @@ maxLineLength=max_line_length, docType=docType) docStyleChecker.run() - errors = report.errors + docStyleChecker.errors if len(errors) > 0: