revert conditions

This commit is contained in:
Jakub Trllo 2025-06-24 11:44:27 +02:00
parent 53939814b5
commit 2f9cd88111

View file

@ -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