Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(filehandler): Fix local files' opening mode
With the LocalFileHandler, if the "mode" argument did not contain "b" for binary mode explicitly, files would actually be opened in text mode. This clashed with the type annotations and documentation. This commit always explicitly enables binary mode when opening the underlying file.
- Loading branch information