mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
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:
commit
d8c0e86c91
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class Commands:
|
|||
log.warning(
|
||||
"Failed to add cli command for module \"{}\"".format(
|
||||
addon.name
|
||||
)
|
||||
), exc_info=True
|
||||
)
|
||||
return click_func
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue