fix up snapshot without uuid

This commit is contained in:
Cayo Puigdefabregas 2025-02-21 17:47:23 +01:00
parent 282fe3f0e6
commit 80560d855e

View file

@ -24,6 +24,7 @@ class BuildMix:
if not self.uuid: if not self.uuid:
logger.error("snapshot without UUID. Software {}".format(self.json.get("software"))) logger.error("snapshot without UUID. Software {}".format(self.json.get("software")))
return return
self.get_details() self.get_details()
self.generate_chids() self.generate_chids()