Skip to content

Commit

Permalink
Removed from defaul grouping criteria and excluded by default.
Browse files Browse the repository at this point in the history
Also adapted some of the test INI files that didn't know about it.
  • Loading branch information
set-soft committed Jul 28, 2020
1 parent f021924 commit 5fb0dac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kibom/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def __init__(self):
self.ignore = [
ColumnList.COL_PART_LIB_L, # (#120)
ColumnList.COL_FP_LIB_L,
ColumnList.COL_SHEETPATH_L,
]

self.corder = ColumnList._COLUMNS_DEFAULT
Expand Down Expand Up @@ -83,7 +84,6 @@ def __init__(self):
ColumnList.COL_VALUE,
ColumnList.COL_FP,
ColumnList.COL_FP_LIB,
ColumnList.COL_SHEETPATH
# User can add custom grouping columns in bom.ini
]

Expand Down
1 change: 1 addition & 0 deletions tests/config_samples/col_rename.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Footprint
Datasheet
Config
manf#
Sheetpath

[COLUMN_ORDER]
; Columns will apear in the order they are listed here
Expand Down
1 change: 1 addition & 0 deletions tests/config_samples/column_sensitive.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ datasheet
digikey#
manf#
config
sheetpath

0 comments on commit 5fb0dac

Please sign in to comment.