mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add optional output of ensude function
This commit is contained in:
parent
8eedbd05ce
commit
ddd5313a41
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ def ensure_addons_are_process_ready(
|
|||
process_context: ProcessContext,
|
||||
addons_manager: Optional[AddonsManager] = None,
|
||||
exit_on_failure: bool = True,
|
||||
):
|
||||
) -> Optional[Exception]:
|
||||
"""Ensure all enabled addons are ready to be used in the given context.
|
||||
|
||||
Call this method only in AYON launcher process and as first thing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue