Skip to content

Commit 3e082e1

Browse files
committed
Change the log message for askalono error message
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 1a10232 commit 3e082e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/_package_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def check_and_run_license_scanner(platform, license_scanner_bin, file_dir):
151151
else:
152152
ret = os.system(run_license_scanner)
153153
if ret != 0:
154-
logger.info("Cannot find the license name with scanner bin.")
154+
logger.info("=> (No error) This is the information that the license was not found.")
155155
return ""
156156

157157
fp = open(tmp_output_file_name, "r", encoding='utf8')

0 commit comments

Comments
 (0)