Skip to content
This repository was archived by the owner on Nov 24, 2024. It is now read-only.

Commit aca26c7

Browse files
committed
1 parent b7737cb commit aca26c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blenderbim/blenderbim/core/geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def add_representation(
4747
data = geometry.get_object_data(obj)
4848

4949
if not data and ifc_representation_class != "IfcTextLiteral":
50-
raise IncompatibleRepresentationError()
50+
return
5151

5252
representation = ifc.run(
5353
"geometry.add_representation",

0 commit comments

Comments
 (0)