diff -r 84b65fb9e780 -r d133c7edd88a UtilitiesPython2/Pep8Checker.py --- a/UtilitiesPython2/Pep8Checker.py Sun Sep 29 15:54:10 2013 +0200 +++ b/UtilitiesPython2/Pep8Checker.py Sun Sep 29 18:22:08 2013 +0200 @@ -45,6 +45,7 @@ @param code message code (string) @param check reference to the checker function (function) @param args arguments for the message (list) + @return error code (string) """ code = super(Pep8Report, self).error_args( line_number, offset, code, check, *args)