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