Use addons over modules

This commit is contained in:
Jakub Trllo 2024-07-23 16:13:17 +02:00 committed by GitHub
parent d6c9b33b91
commit bb4ae624fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -271,7 +271,7 @@ def _set_addons_environments(addons_manager):
def _add_addons(addons_manager):
"""Modules/Addons can add their cli commands dynamically."""
log = Logger.get_logger("CLI-AddModules")
log = Logger.get_logger("CLI-AddAddons")
for addon_obj in addons_manager.addons:
try:
addon_obj.cli(addon)