mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 11:24:19 +00:00
black .
This commit is contained in:
@@ -241,7 +241,7 @@ class AuthoringData:
|
||||
relating_type_id = relating_type_id_data[0][0]
|
||||
if relating_type_id:
|
||||
return tool.Ifc.get().by_id(int(relating_type_id)).Name or "Unnamed"
|
||||
|
||||
|
||||
@classmethod
|
||||
def relating_type_description(cls):
|
||||
if relating_type_id := cls.props.relating_type_id:
|
||||
|
||||
Reference in New Issue
Block a user