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
|
self.group_connectors = True
|
||||||
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """
|
""" Connectors with the same footprints will be grouped together, independent of the name of the connector """
|
||||||
self.test_regex = True
|
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
|
self.merge_blank_fields = True
|
||||||
""" Component groups with blank fields will be merged into the most compatible group, where possible """
|
""" Component groups with blank fields will be merged into the most compatible group, where possible """
|
||||||
self.fit_field = 'Config'
|
self.fit_field = 'Config'
|
||||||
|
|
@ -259,6 +260,8 @@ class BoMOptions(BaseOptions):
|
||||||
- column: Part
|
- column: Part
|
||||||
..regex: 'solder.*bridge'
|
..regex: 'solder.*bridge'
|
||||||
- column: Part
|
- column: Part
|
||||||
|
..regex: 'solder.*jump'
|
||||||
|
- column: Part
|
||||||
..regex: 'test.*point'
|
..regex: 'test.*point'
|
||||||
- column: Footprint
|
- column: Footprint
|
||||||
..regex 'test.*point'
|
..regex 'test.*point'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue