Skip to content

Commit dbaed2c

Browse files
committed
Add sheet name(BIN(Yocto)) to use Yocto report
1 parent 76d6407 commit dbaed2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_oss_pkg/_parsing_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def write_yaml_file(output_file, json_output):
4545

4646
def read_oss_report(excel_file):
4747
_oss_report_items = []
48-
_sheet_name_to_read = ["BIN (Android)", "BOM", "BIN(Android)"]
48+
_sheet_name_to_read = ["BIN (Android)", "BOM", "BIN(Android)", "BIN (Yocto)", "BIN(Yocto)"]
4949
_xl_sheets = []
5050

5151
try:

0 commit comments

Comments
 (0)