mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
log which method was used to get plugins
This commit is contained in:
parent
e9699d2cef
commit
3428ec08a5
1 changed files with 4 additions and 3 deletions
|
|
@ -1001,9 +1001,10 @@ class ModulesManager:
|
|||
paths = method(*args, **kwargs)
|
||||
except Exception:
|
||||
self.log.warning(
|
||||
"Failed to get plugin paths from module {}.".format(
|
||||
module.__class__.__name__
|
||||
),
|
||||
(
|
||||
"Failed to get plugin paths from module"
|
||||
" '{}' using '{}'."
|
||||
).format(module.__class__.__name__, method_name),
|
||||
exc_info=True
|
||||
)
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue