From fc43a293e40c10a01152cd484e55fae21ac855b2 Mon Sep 17 00:00:00 2001 From: SET Date: Wed, 12 Aug 2020 20:07:06 -0300 Subject: [PATCH] Fixed missing : in exclude_any example. --- kiplot/out_bom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiplot/out_bom.py b/kiplot/out_bom.py index 36933b77..292a6dd9 100644 --- a/kiplot/out_bom.py +++ b/kiplot/out_bom.py @@ -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