fix kwargs

This commit is contained in:
Jakub Trllo 2025-06-18 16:29:59 +02:00
parent 48bc7a0769
commit 8b35eb3849

View file

@ -364,9 +364,9 @@ def save_current_workfile_to(
workfile_path,
folder_entity,
task_entity,
version,
comment,
description,
version=version,
comment=comment,
description=description,
rootless_path=rootless_path,
workfile_entities=workfile_entities,
project_entity=project_entity,