Skip to content

Commit a4d1829

Browse files
committed
Updated.
1 parent 35f98ba commit a4d1829

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

job_compassplus/tx_parse_xml/count_TODO_NOTE_FIXME_of_ADS_classes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def process(path: str):
4848

4949
indent1 = " "
5050

51+
print("Total:", sum(assignee_by_number.values()))
52+
print()
53+
5154
print(f"assignee_by_number ({len(assignee_by_number)}):")
5255
for assignee, number in sorted(
5356
assignee_by_number.items(), key=lambda x: x[1], reverse=True

0 commit comments

Comments
 (0)