Missing .delta.

This commit is contained in:
Pierre-Yves Chibon 2017-05-02 13:37:18 +02:00
parent 45375683fa
commit 70b6f99698
2 changed files with 2 additions and 2 deletions

View file

@ -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