drop actions for dpp
This commit is contained in:
parent
e84b72c70b
commit
4954199610
|
@ -117,6 +117,7 @@ class Build:
|
||||||
self.device = self.json.get("device")
|
self.device = self.json.get("device")
|
||||||
self.components = self.json.get("components", [])
|
self.components = self.json.get("components", [])
|
||||||
|
|
||||||
|
self.device.pop("actions", None)
|
||||||
for c in self.components:
|
for c in self.components:
|
||||||
c.pop("actions", None)
|
c.pop("actions", None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue