mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🐶 fix linter
This commit is contained in:
parent
700b025024
commit
bb430342d8
2 changed files with 4 additions and 3 deletions
|
|
@ -777,7 +777,6 @@ class CreateContext:
|
|||
)
|
||||
continue
|
||||
|
||||
|
||||
# Filter by host name
|
||||
if (
|
||||
creator_class.host_name
|
||||
|
|
|
|||
|
|
@ -33,8 +33,10 @@ def get_product_name_template(
|
|||
product_type (str): Product type for which the product name is
|
||||
calculated.
|
||||
host_name (str): Name of host in which the product name is calculated.
|
||||
task_name (Optional[str]): Name of task in which context the product is created.
|
||||
task_type (Optional[str]): Type of task in which context the product is created.
|
||||
task_name (Optional[str]): Name of task in which context the
|
||||
product is created.
|
||||
task_type (Optional[str]): Type of task in which context the
|
||||
product is created.
|
||||
default_template (Optional[str]): Default template which is used if
|
||||
settings won't find any matching possibility. Constant
|
||||
'DEFAULT_PRODUCT_TEMPLATE' is used if not defined.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue