mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Add variables to track total lines and total aider lines processed.
This commit is contained in:
parent
ae5d1dae7e
commit
71d2d52e27
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ def get_aider_commits():
|
|||
|
||||
def process(fnames):
|
||||
aider_commits = get_aider_commits()
|
||||
total_lines = 0
|
||||
total_aider_lines = 0
|
||||
|
||||
for fname in fnames:
|
||||
num_lines, num_aider_lines = get_lines_with_commit_hash(fname, aider_commits)
|
||||
total_lines += num_lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue