Skip to content

Commit da28cfd

Browse files
authored
Merge pull request #131 from fosslight/temp
Print option name with error msg
2 parents 08d29f9 + 924dbe4 commit da28cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_binary/binary_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def find_binaries(path_to_find_bin, output_dir, formats, dburl="", simple_mode=F
205205
abs_path_to_exclude = [os.path.abspath(os.path.join(base_dir_name, path)) for path in path_to_exclude if path.strip() != ""]
206206

207207
if not os.path.isdir(path_to_find_bin):
208-
error_occured(error_msg=f"Can't find the directory : {path_to_find_bin}",
208+
error_occured(error_msg=f"(-p option) Can't find the directory: {path_to_find_bin}",
209209
result_log=_result_log,
210210
exit=True,
211211
mode=mode)

0 commit comments

Comments
 (0)