Ignore empty line.

This commit is contained in:
Jose M Vidal 2020-11-13 20:28:32 -05:00
parent 7bbeb8e8d7
commit b16b31b9ca
No known key found for this signature in database
GPG Key ID: 6CCCEDE7C44757DB
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ class ChangesThread(threading.Thread):
found_valid_extension = False
is_filtered = False
if (j == ""): # jmvidal: ignore empty line.
continue
commit = Commit(j)
if Commit.is_commit_line(j) and \