Skip to content

Commit 5261311

Browse files
committed
Add missed second return variable
1 parent bf0aed6 commit 5261311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/run_scancode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run_scan(path_to_scan, output_file_name="",
7575
output_json_file = output_file_name
7676
output_dir = os.path.dirname(os.path.abspath(output_file_name))
7777

78-
logger = init_log(os.path.join(output_dir, "fosslight_src_log_"+start_time+".txt"),
78+
logger, _result_log = init_log(os.path.join(output_dir, "fosslight_src_log_"+start_time+".txt"),
7979
True, logging.INFO, logging.DEBUG, _PKG_NAME, path_to_scan)
8080

8181
if path_to_scan == "":

0 commit comments

Comments
 (0)