Skip to content

Commit

Permalink
Fix the bug
Browse files Browse the repository at this point in the history
Signed-off-by: jiyeong.seok <jiyeong.seok@lge.com>
  • Loading branch information
dd-jy committed Dec 9, 2024
1 parent 6267371 commit c81d6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_source/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def create_report_file(
logger.warning(f'{formats[i]} is not supported on Windows.Please remove {formats[i]} from format.')
to_remove.append(i)
else:
if formats[i].stasrtswith('spdx'):
if formats[i].startswith('spdx'):
output_files[i] = f"fosslight_spdx_src_{_start_time}"
elif formats[i].startswith('cyclonedx'):
output_files[i] = f'fosslight_cyclonedx_src_{_start_time}'
Expand Down

0 comments on commit c81d6e3

Please sign in to comment.