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
parent f0b1935861
commit 5f094f6a95
@@ -36,6 +36,7 @@ ASSIGNABLE_DICT = {
),
"IfcDistributionSystem": ("IfcDistributionElement",),
"IfcStructuralAnalysisModel": ("IfcStructuralMember", "IfcStructuralConnection"),
"IfcSystem": ("IfcProduct",),
"IfcGroup": ("IfcObjectDefinition",),
}