Merge pull request #619 from BigRoy/enhancement/fail_add_cli_command_stack_trace

Report exception info when CLI command failed to be added.
This commit is contained in:
Jakub Trllo 2024-06-10 14:28:51 +02:00 committed by GitHub
commit d8c0e86c91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ class Commands:
log.warning(
"Failed to add cli command for module \"{}\"".format(
addon.name
)
), exc_info=True
)
return click_func