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 d23ba2e commit b9f6962Copy full SHA for b9f6962
src/fosslight_prechecker/_add.py
@@ -323,7 +323,7 @@ def download_oss_info_license(base_path, input_license=""):
323
logger.info(f"\n # There is OSS Package Info file(s) : {oss_yaml_files}\n")
324
325
for oss_pkg_file in oss_yaml_files:
326
- _, license_list = parsing_yml(oss_pkg_file, base_path)
+ _, license_list, _ = parsing_yml(oss_pkg_file, base_path)
327
328
for lic in license_list:
329
converted_lic_list.append(check_input_license_format(lic))
0 commit comments