From 7b395d7c9538360f8b034481fedcdeb5d3ee784b Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 19 Jan 2023 10:47:44 -0800 Subject: Remove OemSession from metadata In d678d4fc59f131cf9820c1783f86a4a6ede32995 I forgot to remove OemSession from the metadata, and it now returns invalid. This was missed in testsing, because this was originally stacked with patches that remove the $metadata hardcoding entirely, so with that patch, this error wasn't present. Tested: CI can catch this just fine. Regression fix. Signed-off-by: Ed Tanous Change-Id: I56ad68846174d42004565dd3bc75f3008720d58a --- scripts/update_schemas.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts') diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py index b0bf0d4cb1..ef093dda28 100755 --- a/scripts/update_schemas.py +++ b/scripts/update_schemas.py @@ -355,15 +355,6 @@ with open(metadata_index_path, "w") as metadata_index: ) metadata_index.write(" \n") - metadata_index.write( - ' \n' - ) - metadata_index.write(' \n') - metadata_index.write( - ' \n' - ) - metadata_index.write(" \n") - metadata_index.write("\n") -- cgit v1.2.3