folder config_gui_schema renamed to gui_schemas

This commit is contained in:
iLLiCiTiT 2020-09-14 12:27:15 +02:00
parent 8f10391b53
commit 9e01690645
8 changed files with 1 additions and 1 deletions

View file

@ -278,7 +278,7 @@ def gui_schema(subfolder, main_schema_name):
subfolder, main_schema_name
dirpath = os.path.join(
os.path.dirname(os.path.dirname(__file__)),
"config_gui_schema",
"gui_schemas",
subfolder
)