mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
revert conditions
This commit is contained in:
parent
53939814b5
commit
2f9cd88111
1 changed files with 2 additions and 2 deletions
|
|
@ -142,8 +142,8 @@ class LoaderPlugin(list):
|
|||
# then loader is not compatible with any context.
|
||||
if (
|
||||
not plugin_repre_names
|
||||
and not plugin_product_filter
|
||||
and not cls.extensions
|
||||
or not plugin_product_filter
|
||||
or not cls.extensions
|
||||
):
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue