From 6845545840c837405a1bb5f7dee7206b6a2c8b25 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 17 Nov 2020 15:49:52 +0100 Subject: [PATCH] changed `{host_name}_executables` key to `executables` --- .../system_schema/host_settings/system_host_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/system_host_template.json b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/system_host_template.json index b39d6ac79d..8919292180 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/system_host_template.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/host_settings/system_host_template.json @@ -17,7 +17,7 @@ }, { "type": "path-widget", - "key": "{host_name}_executables", + "key": "executables", "label": "Executables", "multiplatform": "{multiplatform}", "multipath": "{multipath_executables}"