Skip to content

Commit 04322fd

Browse files
committed
Change the sheet name
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 07a7254 commit 04322fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fosslight_binary/binary_analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ def find_binaries(path_to_find_bin, output_dir, format, _include_file_command, d
146146
content_list = []
147147
for scan_item in return_list:
148148
content_list.extend(scan_item.get_print_oss_report())
149-
sheet_list["BIN"] = content_list
149+
sheet_list["BIN_FL_Binary"] = content_list
150150

151151
success_to_write, writing_msg = write_output_file(result_report, output_extension,
152-
sheet_list, 'FL-Binary')
152+
sheet_list)
153153
logger.info("Writing Output file(" + os.path.basename(result_report) + output_extension
154154
+ "):" + str(success_to_write) + " " + writing_msg)
155155
if success_to_write:

0 commit comments

Comments
 (0)