mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix kwargs
This commit is contained in:
parent
48bc7a0769
commit
8b35eb3849
1 changed files with 3 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue