From b9726cfdc7dd5caa994c19c2c0cf8e295bb95ef3 Mon Sep 17 00:00:00 2001 From: Hannes Schmidt Date: Sun, 21 Jul 2024 17:45:24 -0700 Subject: [PATCH] Rename --- src/azul/service/manifest_controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azul/service/manifest_controller.py b/src/azul/service/manifest_controller.py index 9b22168400..054bad22c3 100644 --- a/src/azul/service/manifest_controller.py +++ b/src/azul/service/manifest_controller.py @@ -149,11 +149,11 @@ def get_manifest_async(self, } # Manifest keys for catalogs with long names would be too # long to be used directly as state machine execution names. - execution_key = manifest_key.hash + execution_id = manifest_key.hash # ManifestGenerationState is also JSON but there is no way # to express that since TypedDict rejects a co-parent class. input: JSON = cast(JSON, state) - token = self.async_service.start_generation(execution_key, input) + token = self.async_service.start_generation(execution_id, input) else: manifest_key = manifest.manifest_key else: