mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
♻️ make the check backwards compatible
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
91df75f8ea
commit
fac933c16a
1 changed files with 1 additions and 2 deletions
|
|
@ -128,8 +128,7 @@ class LoaderPlugin(list):
|
|||
plugin_product_base_types = cls.product_base_types
|
||||
if (
|
||||
not plugin_repre_names
|
||||
or not plugin_product_types
|
||||
or not plugin_product_base_types
|
||||
or (not plugin_product_types and not plugin_product_base_types)
|
||||
or not cls.extensions
|
||||
):
|
||||
return False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue