Added missing default categories for iBoM

This commit is contained in:
Salvador E. Tropea 2022-06-28 11:30:27 -03:00
parent 05f066fcb4
commit e744d806b5
1 changed files with 1 additions and 0 deletions

View File

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