fix get_hid
This commit is contained in:
parent
989120bd0a
commit
1902647337
|
@ -168,7 +168,7 @@ class Build:
|
|||
|
||||
def get_hid(self, snapshot):
|
||||
try:
|
||||
self.inxi = json.loads(self.json["inxi"])
|
||||
self.inxi = json.loads(self.json["data"]["inxi"])
|
||||
except Exception:
|
||||
logger.error("No inxi in snapshot %s", self.uuid)
|
||||
return ""
|
||||
|
|
Loading…
Reference in a new issue