Skip to content

Commit 0189fe9

Browse files
fix2
1 parent 2c50bd3 commit 0189fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_source/run_spdx_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def get_spdx_downloads(path_to_scan):
3939
else:
4040
download_dict[rel_path_file] = [word.decode('utf-8')]
4141
except Exception as ex:
42-
logger.warning(f"Failed to extract SPDX download location. {ex}")
42+
logger.warning(f"Failed to extract SPDX download location. {rel_path_file}")
4343
return download_dict

0 commit comments

Comments
 (0)