diff --git a/gramps/gen/lib/attribute.py b/gramps/gen/lib/attribute.py index dd05d52d9..99bcac126 100644 --- a/gramps/gen/lib/attribute.py +++ b/gramps/gen/lib/attribute.py @@ -67,6 +67,9 @@ class AttributeRoot(SecondaryObject, PrivacyBase): self.type = None self.value = None + def __str__(self): + return str(self.value) + def serialize(self): """ Convert the object to a serialized tuple of data.