Skip to content

Commit

Permalink
use 'addons' property instead of 'modules'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Feb 8, 2024
1 parent cc32523 commit e47eb65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/cli_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def add_addons(click_func):

manager = AddonsManager()
log = Logger.get_logger("CLI-AddModules")
for addon in manager.modules:
for addon in manager.addons:
try:
addon.cli(click_func)

Expand Down

0 comments on commit e47eb65

Please sign in to comment.