Skip to content

Commit 45261fd

Browse files
committed
Fix errors when parsing with path
1 parent 9a0e19c commit 45261fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fosslight_scanner/fosslight_scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def run_main(mode, src_path, dep_arguments, output_file_or_dir, file_format, url
238238
hide_progressbar=False, keep_raw_data=False, num_cores=-1):
239239
output_file = ""
240240
output_path = _executed_path
241+
default_oss_name = ""
241242
try:
242243
success, msg, output_path, output_file, output_extension = check_output_format(output_file_or_dir, file_format)
243244
if not success:

0 commit comments

Comments
 (0)