fix drop actions
This commit is contained in:
parent
28479fb871
commit
73a582aeb3
|
@ -20,3 +20,7 @@ class Build(BuildMix):
|
||||||
|
|
||||||
def _get_components(self):
|
def _get_components(self):
|
||||||
self.components = self.json.get("components", [])
|
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