4436: FindDuplicated tool uses merging
svn: r16283
This commit is contained in:
parent
d0b4fb94f3
commit
0f2c2b5108
@ -640,7 +640,7 @@ def get_name_obj(person):
|
||||
|
||||
def get_surnames(name):
|
||||
"""Construct a full surname of the surnames"""
|
||||
' '.join([surn.get_surname() for surn in name.get_surname_list()])
|
||||
return ' '.join([surn.get_surname() for surn in name.get_surname_list()])
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user