From a973b62918361b78798730844278d85dd49a8dc7 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 3 May 2024 14:16:50 +0500 Subject: [PATCH] small comment fix --- src/ifcopenshell-python/ifcopenshell/api/type/assign_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/type/assign_type.py b/src/ifcopenshell-python/ifcopenshell/api/type/assign_type.py index dcafff9e88..68da4c0da5 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/type/assign_type.py +++ b/src/ifcopenshell-python/ifcopenshell/api/type/assign_type.py @@ -212,7 +212,7 @@ class Usecase: objects_without_types.append(object) continue - # either is_nested_by is None or product is part of different rel + # either rel doesn't exist or product is part of different rel if object_rel != types: previous_types_rels.add(object_rel) objects_with_types.append(object)