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