Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes a small bug in `iter_subproc.__init__`. The parameter `chunksize` was never used. Instead a constant value was used. The new code passes the value down to `iterable_subprocess`.
- Loading branch information