Skip to content

Commit c7f613a

Browse files
Fix cli.py to remove redundant report
1 parent 703b440 commit c7f613a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def create_report_file(start_time, scanned_result, license_list, selected_scanne
154154

155155

156156
def run_all_scanners(path_to_scan, output_file_name="", _write_json_file=False, num_cores=-1,
157-
need_license=False, format="", called_by_cli=False):
157+
need_license=False, format="", called_by_cli=True):
158158
"""
159159
Run Scancode and scanoss.py for the given path.
160160

0 commit comments

Comments
 (0)