Skip to content

Commit

Permalink
Merge pull request #168 from fosslight/dev_default_fileExt_bug
Browse files Browse the repository at this point in the history
Fix default file extension bug
  • Loading branch information
JustinWonjaePark authored Jul 16, 2024
2 parents 4fa3038 + 8f8a3c0 commit 60b238e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fosslight_util/output_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def check_output_formats(output='', formats=[], customized_format={}):
output_files = [basename_file for _ in range(len(output_extensions))]
else:
output_path = output
if not output_extensions:
output_extensions = ['.xlsx']

return success, msg, output_path, output_files, output_extensions

Expand Down

0 comments on commit 60b238e

Please sign in to comment.