Skip to content

Commit f1a0cf6

Browse files
authored
Merge pull request #16 from fosslight/col
Update the column name
2 parents a9b3ace + 2194256 commit f1a0cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_android/_write_excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def write_result_to_excel(out_file_name, row_list, cover=''):
16-
header_row = ['ID', 'Binary Name', 'Source Code Path', 'Notice', 'OSS Name', 'OSS Version', 'License',
16+
header_row = ['ID', 'Binary Path', 'Source Path', 'Notice', 'OSS Name', 'OSS Version', 'License',
1717
'Download Location', 'Homepage',
1818
'Copyright Text',
1919
'License Text', 'Exclude', 'Comment', 'Need Check', 'TLSH', 'SHA1']

0 commit comments

Comments
 (0)