mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Fix problem in getpsets(facet.py) and added descriptions to specifications (IfcTester)
This commit is contained in:
@@ -48,7 +48,7 @@ def get_pset(element, pset):
|
||||
|
||||
|
||||
@lru_cache
|
||||
def get_psets(element, pset):
|
||||
def get_psets(element):
|
||||
return ifcopenshell.util.element.get_psets(element)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user