mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
change name of method
This commit is contained in:
parent
d0ed7f086e
commit
385e5bd02c
1 changed files with 1 additions and 1 deletions
|
|
@ -1468,7 +1468,7 @@ class CreateContext:
|
|||
if failed_info:
|
||||
raise CreatorsCreateFailed(failed_info)
|
||||
|
||||
def get_instances_task_type(
|
||||
def get_instances_task_types(
|
||||
self, instances: Optional[Iterable["CreatedInstance"]] = None
|
||||
) -> Dict[str, Optional[str]]:
|
||||
"""Helper function to get task type of task on instance.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue