ExportFtree: fix typo
svn: r12462
This commit is contained in:
@@ -293,7 +293,7 @@ def get_name(name, count):
|
||||
"""returns a name string built from the components of the Name
|
||||
instance, in the form of Firstname Surname"""
|
||||
|
||||
return = (name.first_name + ' ' +
|
||||
return (name.first_name + ' ' +
|
||||
(name.prefix + ' ' if name.prefix else '') +
|
||||
name.surname +
|
||||
(str(count) if count != -1 else '') +
|
||||
|
Reference in New Issue
Block a user