1
0
Fork 0
mirror of https://github.com/ejwa/gitinspector.git synced 2025-03-26 02:01:27 +01:00

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

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 \