File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def main() -> None:
119119 except Exception as ex :
120120 logger .debug (f"Failed to print log.: { ex } " )
121121 else :
122- logger .error (f"Input path({ path_to_scan } ) is not a directory. Please enter a valid path." )
122+ logger .error (f"(-p option) Input path({ path_to_scan } ) is not a directory. Please enter a valid path." )
123123 sys .exit (1 )
124124
125125
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ def run_scan(
135135 logger .error (f"Analyze { path_to_scan } : { msg } " )
136136 else :
137137 success = False
138- msg = " Check the path to scan. :" + path_to_scan
138+ msg = f"(-p option) Check the path to scan: { path_to_scan } "
139139
140140 if not return_results :
141141 result_list = []
You can’t perform that action at this time.
0 commit comments