Removed the plural in variant.
Is just one. It can be complex, but one name.
This commit is contained in:
parent
16aefbffb6
commit
05f14e2049
|
|
@ -180,7 +180,7 @@ class BoMOptions(BaseOptions):
|
|||
self.number = 1
|
||||
""" Number of boards to build (components multiplier) """
|
||||
self.variant = ''
|
||||
""" Board variant(s), used to determine which components
|
||||
""" Board variant, used to determine which components
|
||||
are output to the BoM. """
|
||||
self.output = GS.def_global_output
|
||||
""" filename for the output (%i=bom)"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue