Skip to content

Commit

Permalink
require addons_manager and exit_on_failure as kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 20, 2024
1 parent e5eefc8 commit e0339ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_core/addon/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def ensure_addons_are_process_ready(
addon_version: str,
project_name: Optional[str] = None,
headless: Optional[bool] = None,
*,
addons_manager: Optional[AddonsManager] = None,
exit_on_failure: bool = True,
**kwargs,
Expand Down

0 comments on commit e0339ae

Please sign in to comment.