Fix use of mebibyte.

This commit is contained in:
voussoir 2022-11-19 22:43:01 -08:00
parent cfffed81b4
commit e9c5203f11

View file

@ -362,7 +362,7 @@ def read_filebytes(
filepath, filepath,
range_min=0, range_min=0,
range_max=None, range_max=None,
chunk_size=bytestring.MIBIBYTE, chunk_size=bytestring.MEBIBYTE,
) -> typing.Iterable[bytes]: ) -> typing.Iterable[bytes]:
''' '''
Yield chunks of bytes from the file between the endpoints. Yield chunks of bytes from the file between the endpoints.