Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/fosslight_source/run_scancode.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def run_scan(path_to_scan, output_file_name="",
msg = "Failed to analyze :" + error_msg
if "files" in results:
rc, result_list, parsing_msg, license_list = parsing_file_item(results["files"], has_error, need_license)
_result_log["Parsing Log"] = parsing_msg
if parsing_msg:
_result_log["Parsing Log"] = parsing_msg
if rc:
if not success:
success = True
Expand Down