mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
hound
This commit is contained in:
parent
d410899714
commit
57131a8b40
2 changed files with 3 additions and 4 deletions
|
|
@ -63,7 +63,8 @@ class ValidateLoadedPlugin(OptionalPyblishPluginMixin,
|
|||
|
||||
if not has_match:
|
||||
continue
|
||||
plugins = [plugin for plugin in required_plugins[family]["plugins"]]
|
||||
plugins = [plugin for plugin in
|
||||
required_plugins[family]["plugins"]]
|
||||
for plugin in plugins:
|
||||
if not plugin:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue