test information in param

This commit is contained in:
2020-12-24 17:52:14 +01:00
parent f9885a023c
commit 942b3f718c
7 changed files with 32 additions and 3 deletions

View File

@ -482,9 +482,6 @@ class Family(Common):
if hasattr(self.elt, 'property'):
for child in self.elt.property:
self.populate_properties(child)
if not self.attrib['properties']:
# remove empty property
del self.attrib['properties']
def get_object_name(self):
if 'suffixes' in self.attrib: