Skip to content

Commit 239e99b

Browse files
committed
Make uuid available
1 parent 8ff1e29 commit 239e99b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifester/manifester.py

+4
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,10 @@ def trigger_manifest_export(self):
398398
local_file.write_bytes(manifest.content)
399399
manifest.path = local_file
400400
manifest.name = self.manifest_name
401+
if self.is_mock:
402+
manifest.uuid = self.allocation_uuid.uuid
403+
else:
404+
manifest.uuid = self.allocation_uuid
401405
update_inventory(self.subscription_allocations)
402406
return manifest
403407

0 commit comments

Comments
 (0)