mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +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
|
||||
"""
|
||||
|
||||
templates = get_system_settings()["modules"]["Muster"]["templates_mapping"]
|
||||
templates = get_system_settings()["modules"]["muster"]["templates_mapping"]
|
||||
if not templates:
|
||||
raise RuntimeError(("Muster template mapping missing in "
|
||||
"pype-settings"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue