This commit is contained in:
Andrej730
2025-07-24 11:35:58 +05:00
parent 0a50a3cb24
commit f8a933e094
7 changed files with 35 additions and 17 deletions
@@ -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