Skip to content

Commit

Permalink
Update count.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Jan 7, 2024
1 parent 5c90159 commit f026472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mfc/count.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def handle_dir(dirpath: str) -> typing.Tuple[typing.List[typing.Tuple[str, int]]
count += 1

files.append((filepath, count))
total += n
total += count

files.sort(key=lambda x: x[1], reverse=True)

Expand Down

0 comments on commit f026472

Please sign in to comment.