use correct function

This commit is contained in:
Jakub Trllo 2025-05-16 10:43:02 +02:00
parent 639087937f
commit 723463d44e

View file

@ -289,7 +289,13 @@ def open_workfile(
workdir=os.path.dirname(filepath)
)
host.open_workfile(filepath)
host.open_workfile_with_context(
filepath,
folder_entity["id"],
task_entity["id"],
folder_entity,
task_entity,
)
emit_event("workfile.open.after", event_data, source="workfiles.tool")