5708: Confusing results with statistic gramplet and filter; fix based on PeterL's suggestion
svn: r19413
This commit is contained in:
parent
56b4bc7700
commit
90d3da2e11
@ -53,4 +53,6 @@ class IncompleteNames(Rule):
|
|||||||
for surn in name.get_surname_list():
|
for surn in name.get_surname_list():
|
||||||
if surn.get_surname().strip() == "":
|
if surn.get_surname().strip() == "":
|
||||||
return True
|
return True
|
||||||
|
else:
|
||||||
|
return True
|
||||||
return False
|
return False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user