From e7ef307984ff2a38deef657d281d6c8ae1d75107 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 30 Jul 2024 18:55:54 +0500 Subject: [PATCH] remove redundant indent in bdc5a7a Co-Authored-By: Adi Shavit <1814800+adishavit@users.noreply.github.com> --- src/ifcopenshell-python/ifcopenshell/file.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/file.py b/src/ifcopenshell-python/ifcopenshell/file.py index 7ab7cd1174..953693ba44 100644 --- a/src/ifcopenshell-python/ifcopenshell/file.py +++ b/src/ifcopenshell-python/ifcopenshell/file.py @@ -382,10 +382,10 @@ class file: for (attr_index, _), attr_name in zip(kwargs_attrs, kwargs): if attr_index == 0xFFFFFFFF: invalid_attrs.append(attr_name) - raise ValueError( - "entity instance of type '%s' doesn't have the following attributes: %s." - % (e.is_a(True), ", ".join(invalid_attrs)) - ) + raise ValueError( + "entity instance of type '%s' doesn't have the following attributes: %s." + % (e.is_a(True), ", ".join(invalid_attrs)) + ) # Restore transaction status if attrs: