bugfix integration with dpp/dlt #50

Merged
pedro merged 12 commits from fix_build into main 2025-02-14 13:36:40 +00:00
Showing only changes of commit 73a582aeb3 - Show all commits

View file

@ -20,3 +20,7 @@ class Build(BuildMix):
def _get_components(self):
self.components = self.json.get("components", [])
self.device.pop("actions", None)
for c in self.components:
c.pop("actions", None)