fixed opaque schemas paths

Signed-off-by: Asfandyar Orakzai <asfandyar.orakzai@silabs.com>
This commit is contained in:
Asfandyar Orakzai 2022-09-18 12:37:53 +02:00
parent 9e6170d95e
commit 4ca4a930a9

View File

@ -131,7 +131,7 @@ def load_schemas(mbedtls_root: str) -> Dict[str, Any]:
'scripts',
'data_files',
'driver_jsons',
'driver_transparent_schema.json')
'driver_opaque_schema.json')
}
driver_schema = {}
for key, file_path in schema_file_paths.items():