Missing .delta.
This commit is contained in:
parent
45375683fa
commit
70b6f99698
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ def build_stats(commit):
|
|||
if hasattr(patch, 'new_file_path'):
|
||||
path = patch.new_file_path
|
||||
else:
|
||||
path = patch.old_file_path
|
||||
path = patch.delta.new_file_path
|
||||
|
||||
if hasattr(patch, 'additions'):
|
||||
files[path]['additions'] += patch.additions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue