Skip to content

Commit 6081c0f

Browse files
authored
Merge pull request #33 from ATIX-AG/make-uuid-available
Make uuid available
2 parents c230772 + 239e99b commit 6081c0f

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
@@ -401,6 +401,10 @@ def trigger_manifest_export(self):
401401
local_file.write_bytes(manifest.content)
402402
manifest.path = local_file
403403
manifest.name = self.manifest_name
404+
if self.is_mock:
405+
manifest.uuid = self.allocation_uuid.uuid
406+
else:
407+
manifest.uuid = self.allocation_uuid
404408
update_inventory(self.subscription_allocations)
405409
return manifest
406410

0 commit comments

Comments
 (0)