Skip to content

Commit a6990f6

Browse files
Remove sorting
1 parent 152c444 commit a6990f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/fosslight_source/cli.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ def create_report_file(_start_time, scanned_result, license_list, scanoss_result
168168
output_file = f"fosslight_report_src_{_start_time}"
169169

170170
if scanned_result:
171-
scanned_result = sorted(scanned_result, key=lambda row: (row.exclude, row.file))
172-
173171
if selected_scanner == 'scancode' or output_extension == _json_ext:
174172
sheet_list[SCANOSS_SHEET_NAME] = []
175173
for scan_item in scanned_result:

0 commit comments

Comments
 (0)