print total styles and count/report the number of issues
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user