mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
aggregate.assign_object - support batching #4474
This commit is contained in:
@@ -107,7 +107,7 @@ class Usecase:
|
||||
"aggregate.assign_object",
|
||||
self.file,
|
||||
**{
|
||||
"product": work_schedule,
|
||||
"products": [work_schedule],
|
||||
"relating_object": self.settings["work_plan"],
|
||||
}
|
||||
)
|
||||
|
||||
@@ -64,7 +64,7 @@ class Usecase:
|
||||
"aggregate.assign_object",
|
||||
self.file,
|
||||
**{
|
||||
"product": self.settings["work_schedule"],
|
||||
"products": [self.settings["work_schedule"]],
|
||||
"relating_object": self.settings["work_plan"],
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user