Skip to content

Commit 181486e

Browse files
committed
Fix the visual indent warning
1 parent 116236d commit 181486e

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
@@ -265,7 +265,7 @@ def run_scanners(path_to_scan, output_file_name="", write_json_file=False, num_c
265265
merged_result = merge_results(scancode_result, scanoss_result, spdx_downloads)
266266

267267
create_report_file(start_time, merged_result, license_list, scanoss_result, selected_scanner, print_matched_text,
268-
output_path, output_file, output_extension, correct_mode, correct_filepath, path_to_scan)
268+
output_path, output_file, output_extension, correct_mode, correct_filepath, path_to_scan)
269269
else:
270270
print_help_msg_source_scanner()
271271
result_log[RESULT_KEY] = "Unsupported scanner"

0 commit comments

Comments
 (0)