mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
swapped argments order in docstring
This commit is contained in:
parent
430fe6aed4
commit
498c8564f7
1 changed files with 1 additions and 1 deletions
|
|
@ -1472,9 +1472,9 @@ class CreateContext:
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
creator_identifier (str):
|
creator_identifier (str):
|
||||||
|
variant (str): Variant used for subset name.
|
||||||
asset_doc (Dict[str, Any]):
|
asset_doc (Dict[str, Any]):
|
||||||
task_name (str): Name of task to which is context related.
|
task_name (str): Name of task to which is context related.
|
||||||
variant (str): Variant used for subset name.
|
|
||||||
pre_create_data (Dict[str, Any]): Pre-create attribute values.
|
pre_create_data (Dict[str, Any]): Pre-create attribute values.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue