We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c50bd3 commit 0189fe9Copy full SHA for 0189fe9
src/fosslight_source/run_spdx_extractor.py
@@ -39,5 +39,5 @@ def get_spdx_downloads(path_to_scan):
39
else:
40
download_dict[rel_path_file] = [word.decode('utf-8')]
41
except Exception as ex:
42
- logger.warning(f"Failed to extract SPDX download location. {ex}")
+ logger.warning(f"Failed to extract SPDX download location. {rel_path_file}")
43
return download_dict
0 commit comments