drop actions for dpp
This commit is contained in:
parent
1910609f68
commit
76c4b10fc4
|
@ -119,6 +119,9 @@ class Build:
|
|||
self.device = self.json.get("device")
|
||||
self.components = self.json.get("components", [])
|
||||
|
||||
for c in self.components:
|
||||
c.pop("actions", None)
|
||||
|
||||
device = self.get_id_hw_dpp(self.device)
|
||||
components = sorted(self.components, key=lambda x: x.get("type"))
|
||||
doc = [("computer", device)]
|
||||
|
|
Loading…
Reference in a new issue