mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix missing return
This commit is contained in:
parent
4c113ca5b5
commit
55583e68f8
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue