mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Reverted missing newline
This commit is contained in:
parent
55583e68f8
commit
7e88916fcd
1 changed files with 2 additions and 0 deletions
|
|
@ -348,6 +348,7 @@ def load_with_product_context(
|
|||
Loader.__name__, product_context["folder"]["path"]
|
||||
)
|
||||
)
|
||||
|
||||
return Loader().load(product_context, name, namespace, options)
|
||||
|
||||
|
||||
|
|
@ -379,6 +380,7 @@ def load_with_product_contexts(
|
|||
Loader.__name__, joined_product_names
|
||||
)
|
||||
)
|
||||
|
||||
return Loader().load(product_contexts, name, namespace, options)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue