mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
typing
This commit is contained in:
@@ -147,5 +147,6 @@ def add_task(
|
||||
relating_object=parent_task,
|
||||
)
|
||||
if file.schema != "IFC2X3" and parent_task.Identification:
|
||||
assert rel
|
||||
task.Identification = parent_task.Identification + "." + str(len(rel.RelatedObjects))
|
||||
return task
|
||||
|
||||
Reference in New Issue
Block a user