drop actions for dpp

This commit is contained in:
Cayo Puigdefabregas 2024-11-28 17:13:21 +01:00
parent 76c4b10fc4
commit 16a3a870be

View file

@ -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)