mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix of loading "muster" key
This commit is contained in:
parent
606767a284
commit
750c723186
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ def _get_template_id(renderer):
|
||||||
:rtype: int
|
:rtype: int
|
||||||
"""
|
"""
|
||||||
|
|
||||||
templates = get_system_settings()["modules"]["Muster"]["templates_mapping"]
|
templates = get_system_settings()["modules"]["muster"]["templates_mapping"]
|
||||||
if not templates:
|
if not templates:
|
||||||
raise RuntimeError(("Muster template mapping missing in "
|
raise RuntimeError(("Muster template mapping missing in "
|
||||||
"pype-settings"))
|
"pype-settings"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue