Skip to content

Commit ca61f45

Browse files
authored
Merge pull request #42 from fosslight/develop
Add sheet name(BIN(Yocto)) to use Yocto report
2 parents 76d6407 + dbaed2c commit ca61f45

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)