From 3c69fffb1985eed6932d0ee7947ae6fe3adbc6ef Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 3 Sep 2024 12:26:18 +0500 Subject: [PATCH] ifcopenshell.validate fix missing space in indentation :sweat_smile: --- src/ifcopenshell-python/ifcopenshell/validate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/validate.py b/src/ifcopenshell-python/ifcopenshell/validate.py index d5dd1ac3bc..7dd12326c7 100644 --- a/src/ifcopenshell-python/ifcopenshell/validate.py +++ b/src/ifcopenshell-python/ifcopenshell/validate.py @@ -407,7 +407,7 @@ def validate(f: Union[ifcopenshell.file, str], logger: Logger, express_rules=Fal rule = "Rule IfcRoot.UR1:\n The attribute GlobalId should be unique" previous_element = used_guids[guid] logger.error( - "On instance:\n %s\n %s\n%s\nViolated by:\n %s\n %s", + "On instance:\n %s\n %s\n%s\nViolated by:\n %s\n %s", inst, annotate_inst_attr_pos(inst, 0), rule,