Skip to content

Commit

Permalink
Add additional return val at add mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bjk7119 committed Feb 10, 2023
1 parent d23ba2e commit b9f6962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_prechecker/_add.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def download_oss_info_license(base_path, input_license=""):
logger.info(f"\n # There is OSS Package Info file(s) : {oss_yaml_files}\n")

for oss_pkg_file in oss_yaml_files:
_, license_list = parsing_yml(oss_pkg_file, base_path)
_, license_list, _ = parsing_yml(oss_pkg_file, base_path)

for lic in license_list:
converted_lic_list.append(check_input_license_format(lic))
Expand Down

0 comments on commit b9f6962

Please sign in to comment.