5708: Confusing results with statistic gramplet and filter; fix based on PeterL's suggestion

svn: r19413
This commit is contained in:
Doug Blank 2012-04-30 12:51:23 +00:00
parent 56b4bc7700
commit 90d3da2e11

View File

@ -53,4 +53,6 @@ class IncompleteNames(Rule):
for surn in name.get_surname_list():
if surn.get_surname().strip() == "":
return True
else:
return True
return False