Skip to content

Commit a7c8478

Browse files
Fix api_limit_exceed_parameter (#206)
Signed-off-by: Wonjae Park <[email protected]>
1 parent 1a6a91d commit a7c8478

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fosslight_source/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ def run_scanners(
335335
spdx_downloads = {}
336336
result_log = {}
337337
scan_item = []
338+
api_limit_exceed = False
338339

339340
success, msg, output_path, output_files, output_extensions, formats = check_output_formats_v2(output_file_name, formats)
340341

0 commit comments

Comments
 (0)