Skip to content

Commit

Permalink
Make uuid available
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas committed Mar 20, 2024
1 parent 8ff1e29 commit 239e99b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifester/manifester.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,10 @@ def trigger_manifest_export(self):
local_file.write_bytes(manifest.content)
manifest.path = local_file
manifest.name = self.manifest_name
if self.is_mock:
manifest.uuid = self.allocation_uuid.uuid
else:
manifest.uuid = self.allocation_uuid
update_inventory(self.subscription_allocations)
return manifest

Expand Down

0 comments on commit 239e99b

Please sign in to comment.