Fix missing return

This commit is contained in:
Petr Kalis 2025-06-13 16:29:14 +02:00
parent 4c113ca5b5
commit 55583e68f8

View file

@ -321,7 +321,7 @@ def load_with_repre_context(
)
loader = Loader()
loader.load(repre_context, name, namespace, options)
return loader.load(repre_context, name, namespace, options)
def load_with_product_context(