ids_doc_generator - fix Property args missed (ed8eb75)

TypeError: Property.__init__() got an unexpected keyword argument 'name'
This commit is contained in:
Andrej730
2026-03-20 13:30:02 +05:00
parent 54f450129c
commit 1778656bd5
+2 -2
View File
@@ -304,8 +304,8 @@ restriction = ifctester.ids.Restriction(options={"pattern": "(-|[0-9]{2,3})\/(-|
spec.requirements.append(
ifctester.ids.Property(
propertySet="Pset_WallCommon",
name="FireRating",
datatype="IfcLabel",
baseName="FireRating",
dataType="IfcLabel",
value=restriction,
instructions="Fire rating is specified using the Fire Resistance Level as defined in the Australian National Construction Code (NCC) 2019. Valid examples include -/-/-, -/120/120, and 60/60/60",
)