You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to force the output file format. Therefore, the library understands the format wrong if the output file path doesn't match the predefined extension mask.
This makes it impossible to use the library in a context where a programmer cannot control the output path value (it's generated by a third party).
Basic information
Describe the bug
There is no way to force the output file format. Therefore, the library understands the format wrong if the output file path doesn't match the predefined extension mask.
This makes it impossible to use the library in a context where a programmer cannot control the output path value (it's generated by a third party).
Command/Code used
-v
):Expected behavior
A parameter like
--output_format
must exist.Additional context/information
The
ContinuousWriter
class already supports this functionality, but the library doesn't expose it for clients.The text was updated successfully, but these errors were encountered: