mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
require kwargs for 'list_workfiles'
This commit is contained in:
parent
d3699c348f
commit
76ceefb6f3
1 changed files with 1 additions and 0 deletions
|
|
@ -425,6 +425,7 @@ class IWorkfileHost:
|
||||||
project_name: str,
|
project_name: str,
|
||||||
folder_entity: dict[str, Any],
|
folder_entity: dict[str, Any],
|
||||||
task_entity: dict[str, Any],
|
task_entity: dict[str, Any],
|
||||||
|
*,
|
||||||
project_entity: Optional[dict[str, Any]] = None,
|
project_entity: Optional[dict[str, Any]] = None,
|
||||||
workfile_entities: Optional[list[dict[str, Any]]] = None,
|
workfile_entities: Optional[list[dict[str, Any]]] = None,
|
||||||
template_key: Optional[str] = None,
|
template_key: Optional[str] = None,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue