Skip to content

Commit 83be68f

Browse files
authored
Merge pull request #176 from fosslight/temp
Modify error comment
2 parents e62229d + 1fbd164 commit 83be68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/fosslight_source/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def main():
117117
except Exception as ex:
118118
logger.debug(f"Failed to print log.: {ex}")
119119
else:
120-
logger.error(f"Check the path to scan. : {path_to_scan}")
120+
logger.error(f"Input path({path_to_scan}) is not a directory. Please enter a valid path.")
121121
sys.exit(1)
122122

123123

0 commit comments

Comments
 (0)