From 38d2318fb6f2c70c1ef8cae3e80fb158f6cfd29c Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Mon, 10 Jun 2024 14:24:10 +0200 Subject: [PATCH] Report exception info when CLI command failed to be added. --- client/ayon_core/cli_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/cli_commands.py b/client/ayon_core/cli_commands.py index 0fb18be687..f71588e196 100644 --- a/client/ayon_core/cli_commands.py +++ b/client/ayon_core/cli_commands.py @@ -36,7 +36,7 @@ class Commands: log.warning( "Failed to add cli command for module \"{}\"".format( addon.name - ) + ), exc_info=True ) return click_func