Arch: fix typo in getIfcPsetProperties()

This commit is contained in:
luz paz
2021-05-29 05:37:50 -04:00
parent 016989e992
commit 1992fd2a72

View File

@@ -608,7 +608,7 @@ def getIfcProperties(ifcfile, pid, psets, d):
return d
def getIfcPsetPoperties(ifcfile, pid):
def getIfcPsetProperties(ifcfile, pid):
""" directly build the property table from pid and ifcfile for FreeCAD"""
return getIfcProperties(ifcfile, pid, getIfcPropertySets(ifcfile, pid), {})