Adjusted test_regex and exclude_any help messages
This commit is contained in:
parent
0f4fa12f1f
commit
c44955faec
|
|
@ -219,7 +219,8 @@ class BoMOptions(BaseOptions):
|
|||
self.group_connectors = True
|
||||
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """
|
||||
self.test_regex = True
|
||||
""" Each component group will be tested against a number of regular-expressions (see ``). """
|
||||
""" Each component group will be tested against a number of regular-expressions
|
||||
(see `include_only` and `exclude_any`). """
|
||||
self.merge_blank_fields = True
|
||||
""" Component groups with blank fields will be merged into the most compatible group, where possible """
|
||||
self.fit_field = 'Config'
|
||||
|
|
@ -259,6 +260,8 @@ class BoMOptions(BaseOptions):
|
|||
- column: Part
|
||||
..regex: 'solder.*bridge'
|
||||
- column: Part
|
||||
..regex: 'solder.*jump'
|
||||
- column: Part
|
||||
..regex: 'test.*point'
|
||||
- column: Footprint
|
||||
..regex 'test.*point'
|
||||
|
|
|
|||
Loading…
Reference in New Issue