Fixed missing : in exclude_any example.
This commit is contained in:
parent
1dcda68cbc
commit
fc43a293e4
|
|
@ -242,7 +242,7 @@ class BoMOptions(BaseOptions):
|
||||||
- column: Part
|
- column: Part
|
||||||
..regex: 'test.*point'
|
..regex: 'test.*point'
|
||||||
- column: Footprint
|
- column: Footprint
|
||||||
..regex 'test.*point'
|
..regex: 'test.*point'
|
||||||
- column: Footprint
|
- column: Footprint
|
||||||
..regex: 'mount.*hole'
|
..regex: 'mount.*hole'
|
||||||
- column: Footprint
|
- column: Footprint
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue