From 3be1289c95e384e3fb960c4049a80da69b5b8b4c Mon Sep 17 00:00:00 2001 From: dosas Date: Mon, 18 Mar 2024 08:33:00 +0100 Subject: [PATCH] Make uuid available --- manifester/manifester.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manifester/manifester.py b/manifester/manifester.py index caae05f..d25ba6b 100644 --- a/manifester/manifester.py +++ b/manifester/manifester.py @@ -398,6 +398,7 @@ def trigger_manifest_export(self): local_file.write_bytes(manifest.content) manifest.path = local_file manifest.name = self.manifest_name + manifest.uuid = self.allocation_uuid.uuid update_inventory(self.subscription_allocations) return manifest