Skip to content

Commit 98ecad1

Browse files
authored
Merge pull request #97 from fosslight/temp_jk
Remove unnecessary code
2 parents d089386 + 6d566a8 commit 98ecad1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fosslight_oss_pkg/_convert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def convert_report(base_path, output_name, format, need_log_file=True, sheet_nam
103103
if not convert_yml_mode and not convert_excel_mode:
104104
if is_window:
105105
convert_yml_mode = True
106-
base_path = os.getcwd()
107106
oss_report_files = find_report_file(base_path)
108107
if oss_report_files != "":
109108
convert_excel_mode = True

0 commit comments

Comments
 (0)