mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
fix typo for resource_work calculation
This commit is contained in:
committed by
Dion Moult
parent
bea095afd0
commit
9ad0fca10e
@@ -79,7 +79,7 @@ def disable_editing_resource_time(resource_tool):
|
|||||||
|
|
||||||
|
|
||||||
def calculate_resource_work(ifc, resource_tool, resource):
|
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_resources()
|
||||||
resource_tool.load_resource_properties()
|
resource_tool.load_resource_properties()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user