Skip to content

Commit ef917ab

Browse files
committed
Add reuse to mode
1 parent 2153419 commit ef917ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_scanner/fosslight_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def run_main(mode, path_arg, dep_arguments, output_file_or_dir, file_format, url
321321
if output_path == "":
322322
output_path = _executed_path
323323

324-
if mode == "prechecker":
324+
if mode == "prechecker" or mode == "reuse":
325325
run_prechecker = True
326326
elif mode == "binary" or mode == "bin":
327327
run_bin = True

0 commit comments

Comments
 (0)