summaryrefslogtreecommitdiff
path: root/scripts/update_schemas.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update_schemas.py')
-rwxr-xr-xscripts/update_schemas.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 8021cbb5d5..ba7811336d 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -8,6 +8,7 @@ from io import BytesIO
import generate_schema_enums
import requests
+from generate_schema_collections import generate_top_collections
VERSION = "DSP8010_2022.2"
@@ -391,6 +392,7 @@ with open(os.path.join(cpp_path, "schemas.hpp"), "w") as hpp_file:
zip_ref.close()
generate_schema_enums.main()
+generate_top_collections()
# Now delete the xml schema files we aren't supporting
if os.path.exists(schema_path):