mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Fix old typo in 686f4a0
This commit is contained in:
@@ -156,7 +156,7 @@ class Annotator:
|
|||||||
if (
|
if (
|
||||||
element
|
element
|
||||||
and ifcopenshell.util.element.get_predefined_type(element) == object_type
|
and ifcopenshell.util.element.get_predefined_type(element) == object_type
|
||||||
and obj.type == object_type.upper()
|
and obj.type == data_type.upper()
|
||||||
):
|
):
|
||||||
return obj
|
return obj
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user