Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
bjk7119 committed Aug 10, 2022
1 parent 5b169b0 commit 6d566a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fosslight_oss_pkg/_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def convert_report(base_path, output_name, format, need_log_file=True, sheet_nam
if not convert_yml_mode and not convert_excel_mode:
if is_window:
convert_yml_mode = True
base_path = os.getcwd()
oss_report_files = find_report_file(base_path)
if oss_report_files != "":
convert_excel_mode = True
Expand Down

0 comments on commit 6d566a8

Please sign in to comment.