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