mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
ifcopenshell.validate fix missing space in indentation 😅
This commit is contained in:
@@ -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"
|
rule = "Rule IfcRoot.UR1:\n The attribute GlobalId should be unique"
|
||||||
previous_element = used_guids[guid]
|
previous_element = used_guids[guid]
|
||||||
logger.error(
|
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,
|
inst,
|
||||||
annotate_inst_attr_pos(inst, 0),
|
annotate_inst_attr_pos(inst, 0),
|
||||||
rule,
|
rule,
|
||||||
|
|||||||
Reference in New Issue
Block a user