print total styles and count/report the number of issues

This commit is contained in:
Axel Kohlmeyer
2020-01-11 20:41:14 -05:00
parent 26830d09f8
commit d7242eaa6a
2 changed files with 26 additions and 22 deletions

View File

@ -42,7 +42,7 @@ def main():
else:
anchors[label] = [(filename, line_number+1)]
print("found %d anchor labels" % len(anchors))
print("Found %d anchor labels" % len(anchors))
count = 0