From e744d806b5f35e6dc7950fa55327dbe86096b472 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 28 Jun 2022 11:30:27 -0300 Subject: [PATCH] Added missing default categories for iBoM --- kibot/out_ibom.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/out_ibom.py b/kibot/out_ibom.py index 544886c9..71054182 100644 --- a/kibot/out_ibom.py +++ b/kibot/out_ibom.py @@ -219,6 +219,7 @@ class IBoM(BaseOutput): # noqa: F821 with document: self.options = IBoMOptions """ *[dict] Options for the `ibom` output """ + self._category = ['Schematic/BoM', 'PCB/fabrication/assembly'] def get_dependencies(self): return self.options.get_dependencies()