Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/fosslight_util/write_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
'Comment'],
'BIN': ['ID', 'Binary Name', 'OSS Name', 'OSS Version',
'License', 'Download Location', 'Homepage',
'Copyright Text', 'Exclude', 'Comment']}
'Copyright Text', 'Exclude', 'Comment'],
'BIN (Android)': ['ID', 'Binary Name', 'Source Code Path',
'NOTICE.html', 'OSS Name', 'OSS Version',
'License', 'Download Location', 'Homepage',
'Copyright Text', 'Exclude', 'Comment']}
_OUTPUT_FILE_PREFIX = "FOSSLight-Report_"
_EMPTY_ITEM_MSG = "* There is no item"\
" to print in FOSSLight-Report.\n"
Expand Down