diff --git a/.github/workflows/scripts/export-bom.py b/.github/workflows/scripts/export-bom.py index 0d31d01..707b73b 100644 --- a/.github/workflows/scripts/export-bom.py +++ b/.github/workflows/scripts/export-bom.py @@ -106,9 +106,9 @@ for version in versions: while column < len(row): # handling images - if column == 1 and row[3] != "FDM": + if column == 1 and row[3] != "FDM" and row[3] != "PCB" and row[3] != "PCA": f.write("") - elif column == 1 and (row[3] == "FDM" or row[3] == "PCB"): + elif column == 1 and (row[3] == "FDM" or row[3] == "PCB" or row[3] == "PCA"): f.write("") # handling links