--- a/DataViews/CodeMetrics.py Thu Mar 16 19:30:15 2017 +0100 +++ b/DataViews/CodeMetrics.py Thu Mar 16 19:32:33 2017 +0100 @@ -85,7 +85,8 @@ else: self.__addToken(toktype, toktext, srow, scol, line) except tokenize.TokenError as msg: - print("Token Error: {0}".format(str(msg))) # __IGNORE_WARNING__ + print("Token Error: {0}".format(str(msg))) + # __IGNORE_WARNING_M801__ return return