Fix IfcSystem assignment bug introduced in f0b1935

Fixing my own bug…
Note : always run all test before pushing not only the one which used to fail…
This commit is contained in:
CyrilWaechter
2022-11-25 19:01:07 +01:00
committed by Dion Moult
parent ba4f8886e9
commit 386205cde7
@@ -36,6 +36,7 @@ ASSIGNABLE_DICT = {
),
"IfcDistributionSystem": ("IfcDistributionElement",),
"IfcStructuralAnalysisModel": ("IfcStructuralMember", "IfcStructuralConnection"),
"IfcSystem": ("IfcProduct",),
"IfcGroup": ("IfcObjectDefinition",),
}