mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
You can now add/remove material profiles in a profile set. Thanks Jesusbill!
This commit is contained in:
@@ -14,5 +14,5 @@ class Usecase:
|
||||
elif self.settings["type"] == "ExceptionTimes":
|
||||
exception_times = list(self.settings["work_calendar"].ExceptionTimes or [])
|
||||
exception_times.append(work_time)
|
||||
self.settings["work_calendar"].WorkingTimes = exception_times
|
||||
self.settings["work_calendar"].ExceptionTimes = exception_times
|
||||
return work_time
|
||||
|
||||
Reference in New Issue
Block a user