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:
parent
7bbeb8e8d7
commit
b16b31b9ca
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue