From eeaf1435e81d9cbd8daa0efa22029c1f259a64b5 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Tue, 24 Mar 2026 11:15:56 -0500 Subject: 26.1 (#316) * start updating to 26.1 * start updating to 26.1-snapshot-6 * 26.1-snapshot-6 * 26.1-snapshot-10 * 26.1-rc-1 * fix tests * 26.1-rc-2 and sort default components * 26.1 * update changelog --- codegen/genentities.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'codegen/genentities.py') diff --git a/codegen/genentities.py b/codegen/genentities.py index 944a1a4e..d7ac5dc3 100644 --- a/codegen/genentities.py +++ b/codegen/genentities.py @@ -6,14 +6,13 @@ import lib.extract version_id = lib.code.version.get_version_id() -mappings = lib.download.get_mappings_for_version(version_id) burger_data = lib.extract.get_burger_data_for_version(version_id) -burger_entities_data = burger_data[0]['entities'] +burger_entities_data = burger_data[0]["entities"] -lib.code.entity.generate_entity_metadata(burger_entities_data, mappings) +lib.code.entity.generate_entity_metadata(burger_entities_data) lib.code.entity.generate_entity_dimensions(burger_entities_data) lib.code.utils.fmt() -print('Done!') +print("Done!") -- cgit v1.2.3