Skip to content

Commit 9481e8a

Browse files
JustinWonjaeParksoimkim
authored andcommitted
fix scanoss result filename bug.
1 parent 427d0db commit 9481e8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fosslight_source/run_scanoss.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ def run_scanoss_py(path_to_scan, output_file_name="", format="", called_by_cli=F
5454
else:
5555
output_path = os.path.abspath(output_path)
5656

57-
if output_file == "":
58-
output_file = "scanoss_raw_result.json"
57+
output_file = "scanoss_raw_result.json"
5958

6059
output_json_file = os.path.join(output_path, output_file)
6160

0 commit comments

Comments
 (0)