fix of loading "muster" key

This commit is contained in:
iLLiCiTiT 2020-12-15 13:11:13 +01:00
parent 606767a284
commit 750c723186

View file

@ -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"))