Skip to content

Commit 5ea3872

Browse files
committed
Add the info message
- generate xlsx by default in html format Signed-off-by: Jiyeong Seok <[email protected]>
2 parents 6ed9bda + 0d00cf6 commit 5ea3872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fosslight_scanner/_run_compare.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ def write_compared_result(output_file, compared_result, file_ext, before_yaml=''
182182
if not success_xlsx:
183183
logger.error("Fail to write comparison excel file.")
184184
else:
185+
logger.info(f"In html format, {output_xlsx_file} is generated by default.")
185186
output_file = f"{output_xlsx_file}, {output_file}"
186187
elif file_ext == ".json":
187188
success = write_result_json_yaml(output_file, compared_result, file_ext)

0 commit comments

Comments
 (0)