Skip to content

Commit a33b075

Browse files
authored
Merge pull request #30 from fosslight/cover
Update the column names
2 parents 92f5c3f + e0e746f commit a33b075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/fosslight_yocto/_write_result_file.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
def write_result_from_bom(out_file_name, installed_packages_src, installed_packages_bin,
1919
bin_android_mode=False, output_extension="", additional_column=[], binary_list=[], cover=""):
20-
SHEET_HEADER = {SHEET_NAME_BIN_YOCTO: ['ID', 'Binary Name', 'Source Code Path',
20+
SHEET_HEADER = {SHEET_NAME_BIN_YOCTO: ['ID', 'Binary Path', 'Source Path',
2121
'Notice', 'OSS Name', 'OSS Version',
2222
'License', 'Download Location', 'Homepage',
2323
'Copyright Text', 'Exclude', 'Comment'],
24-
SHEET_NAME_SRC: ['ID', 'Source Name or Path', 'OSS Name', 'OSS Version',
24+
SHEET_NAME_SRC: ['ID', 'Source Path', 'OSS Name', 'OSS Version',
2525
'License', 'Download Location', 'Homepage', 'Copyright Text',
2626
'Exclude', 'Comment'],
27-
SHEET_NAME_BIN: ['ID', 'Binary Name', 'OSS Name', 'OSS Version',
27+
SHEET_NAME_BIN: ['ID', 'Binary Path', 'OSS Name', 'OSS Version',
2828
'License', 'Download Location', 'Homepage',
2929
'Copyright Text', 'Exclude', 'Comment', 'TLSH', 'SHA1']}
3030
sheet_list = {}

0 commit comments

Comments
 (0)