Fixed interference between test patterns.

KIBOM_TEST_HEAD_TOL, wasn't cloned.
This commit is contained in:
SET 2020-08-11 18:28:38 -03:00
parent 3bb2bc51a0
commit 36a01ee038
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ COMP_COLUMN_NAME = 'Row'
COMP_COLUMN_NAME_R = 'Renglón'
KIBOM_TEST_HEAD = [COMP_COLUMN_NAME, 'Description', 'Part', REF_COLUMN_NAME, 'Value', 'Footprint', QTY_COLUMN_NAME,
'Datasheet', 'Config']
KIBOM_TEST_HEAD_TOL = KIBOM_TEST_HEAD
KIBOM_TEST_HEAD_TOL = [c for c in KIBOM_TEST_HEAD]
KIBOM_TEST_HEAD_TOL.insert(-1, 'Tolerance')
KIBOM_RENAME_HEAD = [COMP_COLUMN_NAME_R, REF_COLUMN_NAME_R, 'Componente', 'Valor', 'Código Digi-Key', 'Cantidad por PCB']
CONN_HEAD = [COMP_COLUMN_NAME, 'Description', 'Part', REF_COLUMN_NAME, 'Value', 'Footprint', QTY_COLUMN_NAME, 'Datasheet']