Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Jul 24, 2024
1 parent 914decc commit b9726cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/azul/service/manifest_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b9726cf

Please sign in to comment.