mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix typo for resource_work calculation
This commit is contained in:
@@ -79,7 +79,7 @@ def disable_editing_resource_time(resource_tool):
|
||||
|
||||
|
||||
def calculate_resource_work(ifc, resource_tool, resource):
|
||||
ifc.run("calculate_resource_work", resource=resource)
|
||||
ifc.run("resource.calculate_resource_work", resource=resource)
|
||||
resource_tool.load_resources()
|
||||
resource_tool.load_resource_properties()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user