added comment to project name

This commit is contained in:
Jakub Trllo 2024-08-20 14:39:56 +02:00
parent 2b46eee1dd
commit d983879ccd
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ class ProcessContext:
addon_version (Optional[str]): Addon version which triggered process.
project_name (Optional[str]): Project name. Can be filled in case
process is triggered for specific project. Some addons can have
different behavior based on project.
different behavior based on project. Value is NOT autofilled.
headless (Optional[bool]): Is process running in headless mode. Value
is filled with value based on state set in AYON launcher.

View file

@ -176,7 +176,7 @@ def ensure_addons_are_process_ready(
addon_version (Optional[str]): Addon version which triggered process.
project_name (Optional[str]): Project name. Can be filled in case
process is triggered for specific project. Some addons can have
different behavior based on project.
different behavior based on project. Value is NOT autofilled.
headless (Optional[bool]): Is process running in headless mode. Value
is filled with value based on state set in AYON launcher.
addons_manager (Optional[AddonsManager]): The addons