fix up snapshot without uuid
This commit is contained in:
parent
282fe3f0e6
commit
80560d855e
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue