Skip to content

Commit b9f6962

Browse files
committed
Add additional return val at add mode
1 parent d23ba2e commit b9f6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_prechecker/_add.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def download_oss_info_license(base_path, input_license=""):
323323
logger.info(f"\n # There is OSS Package Info file(s) : {oss_yaml_files}\n")
324324

325325
for oss_pkg_file in oss_yaml_files:
326-
_, license_list = parsing_yml(oss_pkg_file, base_path)
326+
_, license_list, _ = parsing_yml(oss_pkg_file, base_path)
327327

328328
for lic in license_list:
329329
converted_lic_list.append(check_input_license_format(lic))

0 commit comments

Comments
 (0)