Skip to content

Commit

Permalink
added comment to project name
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 20, 2024
1 parent 2b46eee commit d983879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/ayon_core/addon/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion client/ayon_core/addon/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d983879

Please sign in to comment.