mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
remove redundant indent in bdc5a7a
Co-Authored-By: Adi Shavit <1814800+adishavit@users.noreply.github.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user