Skip to content

Commit

Permalink
update get_writer
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Oct 10, 2024
1 parent dc6036e commit a9c0013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,4 @@ def write_all(
else:
raise ValueError(f"Output format '{format}' is not supported.")

return lambda result, file: [writer(output_dir)(result, file) for writer in writer_funcs]
return lambda result, file, options: [writer(output_dir)(result, file, options) for writer in writer_funcs]

0 comments on commit a9c0013

Please sign in to comment.